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/tiles.json

14 lines
255 B
JSON
Raw Normal View History

2014-08-10 19:10:01 -04:00
{
"textureAtlas": "terrain.atlas.json",
"tiles": [
"grass.tilemesh",
"dirt_grass_top.tilemesh",
"dirt.tilemesh",
"leaves.tilemesh",
"trunk.tilemesh",
"planks.tilemesh",
"bricks.tilemesh",
"stone_floor.tilemesh",
"sand.tilemesh"
]
}