From de8bd57c620be5c343ec1da2e35d175bc84153bf Mon Sep 17 00:00:00 2001 From: Clevertop Date: Sun, 11 Aug 2024 15:31:03 +1000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c65df9..41aeb3f 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,12 @@ Puzzle game made by Tom for the Playmakers August Jam 2024 - [ ] Level select - [ ] Credits page - [ ] itch.io page +- [ ] kill blocks - resets level if player touches them ## COMMANDS - [x] Jump - go up! works in the air too -- [ ] Dash - Move in direction you are facing for 0.3s (horizontal only, maybe normalise) +- [ ] Dash - Move in direction you are facing for 0.3s (horizontal only, maybe normalise/magnitude) - [x] Phase - collider turns off for 1 second (should i make this longer or a toggle perhaps?) - [ ] Toggle gravity - could also be low gravity? - 2-3 more commands would add more content/puzzle potencial