diff --git a/README.md b/README.md index 7786e89..8486219 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Scripts/ChronoManager.gd b/Scripts/ChronoManager.gd index dee854f..eada8f8 100644 --- a/Scripts/ChronoManager.gd +++ b/Scripts/ChronoManager.gd @@ -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) -