Created LevelSelectorState

- code removed from main.cpp and added into a new class
This commit is contained in:
2025-08-17 09:10:49 +02:00
parent eddd1a24b2
commit 0e0519b0e9
9 changed files with 346 additions and 173 deletions

View File

@ -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
)