chore(todo): add GAL-56 — Score resource does not reset on game restart

This commit is contained in:
Harald Hoyer 2026-05-09 09:55:05 +02:00
parent 0c23dfde84
commit 73c76e75be
2 changed files with 43 additions and 0 deletions

View file

@ -17,3 +17,4 @@ Score, lives, stage, high-score, start menu, and restart UI.
- [x] [GAL-53](GAL-53.md) — Implement a High Score system (saving/loading).
- [x] [GAL-54](GAL-54.md) — Create a Start Menu state with a "Start Game" button.
- [ ] [GAL-55](GAL-55.md) — Add a "Press R to Restart" message to the `GameOver` screen and implement restart logic.
- [ ] [GAL-56](GAL-56.md) — Score resource does not reset on game restart.