add: repair game inspection sub state

This commit is contained in:
Tom Boullay
2026-05-08 01:27:32 +01:00
parent 861a369776
commit ed60114d06
12 changed files with 310 additions and 31 deletions
+7 -1
View File
@@ -27,6 +27,12 @@ This document lists features that are implemented in the current codebase.
- Physics-backed gameplay objects can be mounted inside stage content without replacing player octree collision
- Interaction prompt shown for trigger interactions
## Repair Gameplay
- Reusable production `RepairGame` mounted for `bike`, `pylone`, and `ferme` mission states
- Repair mission config shared through `src/data/gameplay/repairMissions.ts`
- First repair-game slice supports `waiting -> inspected` with `.webm` interaction prompts and repair case spawn
## Audio
- One-shot sound playback for trigger interactions
@@ -57,7 +63,7 @@ This document lists features that are implemented in the current codebase.
## Not Implemented Yet
- mission system
- complete mission system
- zone system
- cinematic system
- dialogue system