fix: updateAlphaColorTexture() en Background class per a utilitzar delta_time

This commit is contained in:
2025-10-20 20:54:34 +02:00
parent 8ddee66304
commit 67f9103b96
3 changed files with 48 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ Director::Director(int argc, std::span<char*> argv) {
Section::name = Section::Name::GAME;
Section::options = Section::Options::GAME_PLAY_1P;
#elif _DEBUG
Section::name = Section::Name::CREDITS;
Section::name = Section::Name::HI_SCORE_TABLE;
Section::options = Section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
Section::name = Section::Name::LOGO;