feat: P.3.1 reference test-module — lib-core.maps assertions
This commit is contained in:
8
assets/tiles/demo_tilemap.tilemap.json
Normal file
8
assets/tiles/demo_tilemap.tilemap.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "demo_tilemap",
|
||||
"tile_size": 32,
|
||||
"tiles": [
|
||||
{"id": "grass", "walkable": true, "color": [110, 170, 80]},
|
||||
{"id": "stone", "walkable": false, "color": [120, 120, 120]}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user