diff --git a/manifest.launcher.md b/manifest.launcher.md new file mode 100644 index 0000000..4d0d004 --- /dev/null +++ b/manifest.launcher.md @@ -0,0 +1,17 @@ +--- +{"summary":"Map editor — vertical layer-chip overlay + atlas-tile picker","author":"calic","tags":["tool","map-editor"],"teaser_images":[]} +--- + +# Map Editor + +Click-to-paint tile editor with collapsible atlas/tile-picker. Vertical layer-chip overlay (left), atlas+tile picker (bottom-left), status chip (bottom-right). + +## Controls + +- Mouse-left on grid: paint +- Mouse-left on layer-chip: switch active layer +- Mouse-right on layer-chip: toggle visibility +- E: erase mode +- R: rotate +- S: save +- ESC: quit to launcher diff --git a/manifest.module b/manifest.module index c74ae14..457d6d0 100644 --- a/manifest.module +++ b/manifest.module @@ -1,6 +1,6 @@ { "id": "map-editor", - "version": "0.3.2", + "version": "0.3.3", "kind": "module", "api": "^0.1", "ci_frames": 30,