changed renderer

This commit is contained in:
Clevertop 2024-08-14 02:14:09 +10:00
parent 902440e5bb
commit cd0e7fcc54
8 changed files with 84 additions and 35 deletions

View file

@ -10,7 +10,7 @@ Puzzle game made by Tom for the Playmakers August Jam 2024
- [x] FPS Controller
- [x] Chrono terminal
- [x] commands
- [ ] level deign
- [x] level deign
- aiming for at least 5 levels, ideally about 10
- [x] level funciton
- [x] Losing the game
@ -21,10 +21,10 @@ Puzzle game made by Tom for the Playmakers August Jam 2024
- [x] Menu
- [x] Level select
- [x] Credits page
- [ ] level data
- [ ] quit button
- [x] level data
- [x] quit button
- [ ] itch.io page
- [ ] kill blocks - resets level if player touches them
- [x] kill blocks - resets level if player touches them
- [x] door, starting level button
- [ ] Sounds
- [ ] Press button
@ -33,7 +33,6 @@ Puzzle game made by Tom for the Playmakers August Jam 2024
- [x] tick chime
- [ ] take/place/drop block
- [ ] per command sounds?
- [ ] enum dropdown for the command blocks
@ -41,7 +40,7 @@ Puzzle game made by Tom for the Playmakers August Jam 2024
- [x] Jump - go up! works in the air too
- [x] 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?
- [-] Toggle gravity - could also be low gravity?
- 2-3 more commands would add more content/puzzle potencial
## BUGS