added version info to menu
This commit is contained in:
parent
8de322825c
commit
8d6da7bf7e
2 changed files with 27 additions and 8 deletions
14
bugs.md
14
bugs.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue