added game over screen

This commit is contained in:
2025-12-12 12:26:32 +01:00
parent 785a76942e
commit 5dd43b6f9d
7 changed files with 123 additions and 56 deletions

View File

@@ -7,5 +7,6 @@ public enum GameState {
DIALOGUE,
TITLE,
CHARACTER,
GAMEOVER,
}