Created LevelSelectorState
- code removed from main.cpp and added into a new class
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
enum class AppState {
|
||||
Loading,
|
||||
Menu,
|
||||
LevelSelector,
|
||||
Playing,
|
||||
LevelSelect,
|
||||
GameOver
|
||||
|
||||
Reference in New Issue
Block a user