i think the asteroids, bullet hell insta win/lose +bullet hell out of bounds bug are fixed

This commit is contained in:
Tabby 2025-05-18 10:32:25 +10:00
parent ebf3b2ee4c
commit 8de322825c
6 changed files with 45 additions and 6 deletions

View file

@ -1,5 +1,10 @@
# 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
# Games