added version info to menu

This commit is contained in:
Tabby 2025-05-18 10:39:52 +10:00
parent 8de322825c
commit 8d6da7bf7e
2 changed files with 27 additions and 8 deletions

14
bugs.md
View file

@ -1,11 +1,11 @@
# Post jam changes
- [ ] asteroids just kills you
- [ ] start by disabling game overs so we can watch the game loop
- [ ] maybe also extend the display of ticks and crosses for testing
- [ ] issue is also present in bullet hell, likely somehting to do with area detection
- [ ] bullets are created outside of the game node causing them to persist over games
- [ ] if you lose the scene doesnt remove itself (probably removes one of the bullets instead)
- [ ] can leave level in bullet hell
- [x] asteroids just kills you
- [x] start by disabling game overs so we can watch the game loop
- [x] maybe also extend the display of ticks and crosses for testing
- [x] issue is also present in bullet hell, likely somehting to do with area detection
- [x] bullets are created outside of the game node causing them to persist over games
- [x] if you lose the scene doesnt remove itself (probably removes one of the bullets instead)
- [x] can leave level in bullet hell
# Games
- [x] Finish Platformer