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.
This commit is contained in:
Calic
2026-05-24 01:04:44 +02:00
commit 9d41ba8890
4 changed files with 62 additions and 0 deletions

11
maps/work.map.json Normal file
View File

@@ -0,0 +1,11 @@
{
"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]
}
}
}