Created LevelSelectorState
- code removed from main.cpp and added into a new class
This commit is contained in:
@ -41,6 +41,7 @@ add_executable(tetris
|
||||
# State implementations (new)
|
||||
src/states/LoadingState.cpp
|
||||
src/states/MenuState.cpp
|
||||
src/states/LevelSelectorState.cpp
|
||||
src/states/PlayingState.cpp
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user