This commit is contained in:
nquidox 2026-04-17 17:22:30 +03:00
parent 393e199a00
commit b95dde79a1
2 changed files with 5 additions and 5 deletions

View file

@ -7,6 +7,6 @@ pub enum AppState {
SettingsMenu,
GameState,
GameRestart,
LevelState,
LinearState,
LinearPlayState,
LinearGameRestart,
}