Credits: retocs en els colors de fondo, el rectangle del borde i en els textos

This commit is contained in:
2025-07-14 23:32:36 +02:00
parent df53c39200
commit c61984bb21
6 changed files with 66 additions and 25 deletions

View File

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