9 lines
194 B
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]}
|
|
]
|
|
}
|