Afegit efecte d'eixida a les instruccions

This commit is contained in:
2025-01-26 20:16:43 +01:00
parent 59936f13eb
commit b9f194a2b1
5 changed files with 130 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ Director::Director(int argc, const char *argv[])
section::name = section::Name::GAME;
section::options = section::Options::GAME_PLAY_1P;
#elif DEBUG
section::name = section::Name::HI_SCORE_TABLE;
section::name = section::Name::INSTRUCTIONS;
#else // NORMAL GAME
section::name = section::Name::LOGO;
section::attract_mode = section::AttractMode::TITLE_TO_DEMO;