Feature : Adding the dev room #1

Merged
BoxOfPandor merged 17 commits from feat/add-dev-room into Prototype 2026-03-10 09:14:27 +01:00
Owner

Summary

  • Add a DevRoom scene for prototyping and testing game mechanics
  • Implement player dedicated HUD
  • Add interaction system: PressurePlateButton, WallInteractButton, SlidingDoor, and TestBlock scripts
  • Create ready-to-use prefabs: Button, Door, PressurePlate, TestBlock, HUD
  • Add DevTex material/texture library for dev-friendly visual references

Test plan

  • [ x ] Press E near a wall button and confirm it toggles the linked TestBlock / door
  • [ x ] Step on a pressure plate and confirm the TestBlock is green, releases when leaving
  • [ x ] launch head on a pressure plate and confirm the TestBlock is green, releases when leaving
  • [ x ] Check the sliding door moves in the configured axis/direction and stops cleanly
  • [ x ] Verify the HUD displays the correct controls
## Summary - Add a DevRoom scene for prototyping and testing game mechanics - Implement player dedicated HUD - Add interaction system: PressurePlateButton, WallInteractButton, SlidingDoor, and TestBlock scripts - Create ready-to-use prefabs: Button, Door, PressurePlate, TestBlock, HUD - Add DevTex material/texture library for dev-friendly visual references ## Test plan - [ x ] Press E near a wall button and confirm it toggles the linked TestBlock / door - [ x ] Step on a pressure plate and confirm the TestBlock is green, releases when leaving - [ x ] launch head on a pressure plate and confirm the TestBlock is green, releases when leaving - [ x ] Check the sliding door moves in the configured axis/direction and stops cleanly - [ x ] Verify the HUD displays the correct controls
BoxOfPandor added 17 commits 2026-03-10 09:13:31 +01:00
BoxOfPandor requested review from Nest 2026-03-10 09:13:31 +01:00
BoxOfPandor changed title from feat/add-dev-room to Feature : Adding the dev room 2026-03-10 09:14:10 +01:00
BoxOfPandor merged commit e07fb7dc4b into Prototype 2026-03-10 09:14:27 +01:00
Sign in to join this conversation.
No Reviewers
Crowmate/Nest
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Crowmate/HeadlessHazard#1