fixed main screen

This commit is contained in:
2025-12-17 18:13:59 +01:00
parent 3264672be0
commit cecf5cf68e
6 changed files with 479 additions and 147 deletions

View File

@ -55,6 +55,8 @@ set(TETRIS_SOURCES
src/ui/MenuLayout.cpp
src/app/BackgroundManager.cpp
src/app/Fireworks.cpp
src/app/AssetLoader.cpp
src/states/LoadingManager.cpp
# State implementations (new)
src/states/LoadingState.cpp
src/states/MenuState.cpp