Files
sporel-module-map-editor/maps/work.map.json
Calic 9d41ba8890 Scaffold sporel-module-map-editor package
Empty launchable module with deps on lib-core.maps 0.4.0, render,
camera, input, and the fa_terrain_v1 asset alias. Renders the
default 4x4 empty work-map; interactive editing wired in
subsequent commits.
2026-05-24 01:04:44 +02:00

12 lines
210 B
JSON

{
"schema_version": 2,
"id": "work",
"size": { "w": 4, "h": 4 },
"atlases": ["fa_terrain_v1"],
"layers": {
"surface": {
"tiles": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
}
}
}