v0.1.6
What's new
This is a relatively small release, mainly to fix a few annoying bugs that were found or fixed shortly after v0.1.5.
Intro dialogue no longer plays after respawn
In some stealth challenges (such as in Stella and the Missing Star), some introductory narration is played at the start of the level. Previously, if you were defeated in the level, the narration would be shown again each time you respawned.
This is now fixed: the narration only plays the first time you spawn. Thanks to @JSobero for contributing this fix!
Show keyboard hints when no gamepad is connected
In the previous release, we introduced a new feature where on-screen control hints adjust to show gamepad or keyboard symbols depending on which device was last used. But a bug meant that if you had no gamepad connected at all, the gamepad hints, not keyboard hints, would always be shown on screen. (Introduced and fixed by @wjt.)
New logo
We have a new logo displayed on the title screen!
Smaller HUD
While you are on a quest, there is an indicator at the top-right of the screen that shows how many spools of thread you have collected so far. Since we changed the game resolution in v0.1.4, this was too large and could obscure important parts of the scene, such as one of the guards in the lorequest stealth challenge. It is now smaller, thanks to @manuq!
What's Changed
- Fix: prevent intro dialogue from replaying on respawn in stealth challenges by @JSobero in #1211
- Document the components of the fill-matching game mechanic by @manuq in #1325
- build(deps): bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #1326
- CODEOWNERS: Make Learning team co-owners of template quest by @wjt in #1340
- Move template tiles out of NO_EDIT StoryQuest by @wjt in #1339
- ci: Let amalgamate-pages set commit status by @wjt in #1337
- Fix default input device when no joypad is connected by @wjt in #1328
- Grappling hook level: Use blue StoryWeaver by @manuq in #1343
- HUD: Reduce its size by @manuq in #1342
- Title screen: Replace logo in main menu by @manuq in #1341
New Contributors
Full Changelog: v0.1.5...v0.1.6