feat: ship manifest.launcher.md for master-detail launcher

This commit is contained in:
Axel Meyer
2026-06-11 07:57:41 +02:00
parent 3c5e63ea18
commit a305314819
2 changed files with 24 additions and 1 deletions

23
manifest.launcher.md Normal file
View File

@@ -0,0 +1,23 @@
---
{"summary":"Vagrant skeleton — puppet + interaction test chamber","author":"calic","tags":["test-chamber","puppet","interaction"],"teaser_images":[]}
---
# Vagrant Skeleton
Multi-bone humanoid puppet walking around a tile chamber with interactable furniture.
## What it shows
- 13-bone humanoid puppet (lib-core.puppet)
- Sprite-tilemap (lib-core.maps)
- Walk + sprint animation (Shift + WASD)
- Backpack composition entity with proximity interaction (press E near it)
- Body + head look-at targets follow the mouse
## Controls
- WASD: move
- Shift + WASD: sprint
- Mouse: look-at target
- E: interact with backpack
- ESC: quit to launcher

View File

@@ -1,6 +1,6 @@
{ {
"id": "vagrant-skeleton", "id": "vagrant-skeleton",
"version": "0.7.0", "version": "0.7.1",
"kind": "module", "kind": "module",
"api": "^0.1", "api": "^0.1",
"ci_frames": 60, "ci_frames": 60,