From 05e50a85ffb8887a704722e7a0f01d44880ee182 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Thu, 11 Jun 2026 07:57:35 +0200 Subject: [PATCH] feat: ship manifest.launcher.md for master-detail launcher --- manifest.launcher.md | 29 +++++++++++++++++++++++++++++ manifest.module | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 manifest.launcher.md diff --git a/manifest.launcher.md b/manifest.launcher.md new file mode 100644 index 0000000..f819fad --- /dev/null +++ b/manifest.launcher.md @@ -0,0 +1,29 @@ +--- +{ + "summary":"Spine prototype demo — RMB-move + proximity sign", + "author":"calic", + "tags":["demo","foundational","tile-map"], + "teaser_images":[] +} +--- + +# Spine Prototype + +Foundational end-to-end demo from the bootstrap phase. + +## What it shows + +- Tile-map loading via lib-core.maps +- Click-select + drag-box-select units +- Right-mouse-button move command +- Proximity-triggered sign interaction (press E near it) +- Free-pan camera toggle (Tab) + +## Controls + +- WASD / arrow-keys: move +- E: interact +- Tab: toggle free-pan camera +- Mouse-left: select units +- Mouse-right: move-command +- ESC: quit to launcher diff --git a/manifest.module b/manifest.module index b7968f9..6d23656 100644 --- a/manifest.module +++ b/manifest.module @@ -1,6 +1,6 @@ { "id": "spine-prototype", - "version": "0.3.0", + "version": "0.3.1", "kind": "module", "api": "^0.1", "ci_frames": 30,