Fixed gameplay

This commit is contained in:
2025-12-16 18:51:23 +01:00
parent 29c1d6b745
commit 3264672be0
7 changed files with 355 additions and 180 deletions

View File

@ -53,6 +53,8 @@ set(TETRIS_SOURCES
src/gameplay/effects/LineEffect.cpp
src/audio/SoundEffect.cpp
src/ui/MenuLayout.cpp
src/app/BackgroundManager.cpp
src/app/Fireworks.cpp
# State implementations (new)
src/states/LoadingState.cpp
src/states/MenuState.cpp