i have a plan

This commit is contained in:
Tabby 2025-05-25 14:02:49 +10:00
parent ddb13df0f5
commit 864f62d5b4
2 changed files with 12 additions and 2 deletions

View file

@ -7,7 +7,18 @@ Puzzle game made by Tom for the Playmakers August Jam 2024
- https://freesound.org/people/radian/sounds/62986/ - Command chime sound
https://freesound.org/people/primeval_polypod/sounds/156507/
# TODO
# new TODO
- [ ] when command blocks are propped they are placed as a root node, causing them to carry between rooms
- [ ] improve menu
- [ ] swap out to developer name
- [ ] make it a 3d environment with a rotating camera
- [ ] make kill zones check every frame, rather than just on entry
- [ ] increment version number
- [ ] pause menu on ESC
- [ ] replace back to menu button
- [ ] volume settings?
# old todo
- [x] FPS Controller
- [x] Chrono terminal
- [x] commands

View file

@ -189,4 +189,3 @@ func _player_area_entered(area : Area3D):
if not player.collider.disabled:
fail_room()
gui.show_lose_screen("Touched a reset block", 2)