afegit intro04.png

retocat el timing en la intro
This commit is contained in:
2025-03-16 20:49:18 +01:00
parent 43a1f1a8f6
commit fbe877960a
3 changed files with 8 additions and 8 deletions

View File

@@ -55,7 +55,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::GAME;
section::name = section::Name::LOGO;
#else // NORMAL GAME
section::name = section::Name::LOGO;
section::options = section::Options::NONE;