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,