afegit el fade RANDOM_SQAURE2

canviat els timings del fade a milisegons
This commit is contained in:
2025-08-17 19:34:48 +02:00
parent e774e0e8ad
commit 3fc15a9512
12 changed files with 274 additions and 84 deletions

View File

@@ -41,7 +41,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::TITLE;
Section::options = Section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
Section::name = Section::Name::LOGO;