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/terrain.atlas.json
2014-08-10 19:10:01 -04:00

6 lines
132 B
JSON

{
"texture": "terrain.png",
"tiles": [
{"autogrid": true, "numTilesX": 8, "numTilesY": 8, "tileWidth": 8, "tileHeight": 8},
]
}