From a3053148192ec1546285011b9febe422ea1f4cee Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Thu, 11 Jun 2026 07:57:41 +0200 Subject: [PATCH] feat: ship manifest.launcher.md for master-detail launcher --- manifest.launcher.md | 23 +++++++++++++++++++++++ manifest.module | 2 +- 2 files changed, 24 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..2d20b2d --- /dev/null +++ b/manifest.launcher.md @@ -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 diff --git a/manifest.module b/manifest.module index c948ba0..f3cd783 100644 --- a/manifest.module +++ b/manifest.module @@ -1,6 +1,6 @@ { "id": "vagrant-skeleton", - "version": "0.7.0", + "version": "0.7.1", "kind": "module", "api": "^0.1", "ci_frames": 60,