fixed progress bar

This commit is contained in:
2025-12-16 12:09:33 +01:00
parent ec086b2cd4
commit 81586aa768
7 changed files with 372 additions and 208 deletions

View File

@ -52,6 +52,7 @@ set(TETRIS_SOURCES
src/audio/Audio.cpp
src/gameplay/effects/LineEffect.cpp
src/audio/SoundEffect.cpp
src/ui/MenuLayout.cpp
# State implementations (new)
src/states/LoadingState.cpp
src/states/MenuState.cpp