added title screen

This commit is contained in:
2025-11-28 20:37:45 +01:00
parent 88c6f4be72
commit 5fbf815595
5 changed files with 78 additions and 4 deletions

View File

@@ -5,5 +5,6 @@ public enum GameState {
PLAY,
PAUSE,
DIALOGUE,
TITLE,
}