feat: P.3.1 reference test-module — lib-core.maps assertions

This commit is contained in:
Axel Meyer
2026-05-11 02:48:47 +02:00
commit c869196a62
7 changed files with 103 additions and 0 deletions

View 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]}
]
}