i have a plan
This commit is contained in:
parent
ddb13df0f5
commit
864f62d5b4
2 changed files with 12 additions and 2 deletions
13
README.md
13
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/radian/sounds/62986/ - Command chime sound
|
||||||
https://freesound.org/people/primeval_polypod/sounds/156507/
|
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] FPS Controller
|
||||||
- [x] Chrono terminal
|
- [x] Chrono terminal
|
||||||
- [x] commands
|
- [x] commands
|
||||||
|
|
|
||||||
|
|
@ -189,4 +189,3 @@ func _player_area_entered(area : Area3D):
|
||||||
if not player.collider.disabled:
|
if not player.collider.disabled:
|
||||||
fail_room()
|
fail_room()
|
||||||
gui.show_lose_screen("Touched a reset block", 2)
|
gui.show_lose_screen("Touched a reset block", 2)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue