refeta la classe Fade perque nomes havia un tipo de fade migrat a time based. ara ja estan tots correctes

This commit is contained in:
2025-10-21 21:12:29 +02:00
parent 9b8fdf289f
commit da9f3c1e02
3 changed files with 155 additions and 343 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::GAME;
Section::name = Section::Name::HI_SCORE_TABLE;
Section::options = Section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
Section::name = Section::Name::LOGO;