This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
tiles3-basic-example/assets/tiles/dirt_grass_top.tilemesh
2014-08-10 19:10:01 -04:00

15 lines
251 B
Plaintext

{
"textureAtlas": "terrain.atlas.json",
"cube": true,
"textures": {
"top": 0,
"left": 1,
"front": 1,
"right": 1,
"back": 1,
"bottom": 2
},
"faces": ["ALL"],
"opaqueSides": ["ALL"]
}