added transition effect to map change

This commit is contained in:
2025-12-12 14:57:47 +01:00
parent d546d302c6
commit 484abf4f9b
3 changed files with 28 additions and 9 deletions

View File

@@ -8,5 +8,6 @@ public enum GameState {
TITLE,
CHARACTER,
GAMEOVER,
TRANSITION,
}