Files
sporel-lib-core.maps-test/assets/tiles/demo_tilemap.tilemap.json

9 lines
194 B
JSON

{
"id": "demo_tilemap",
"tile_size": 32,
"tiles": [
{"id": "grass", "walkable": true, "color": [110, 170, 80]},
{"id": "stone", "walkable": false, "color": [120, 120, 120]}
]
}