treballan en el carrusel per a posar el nom

This commit is contained in:
2025-10-01 14:00:56 +02:00
parent bddb790fe2
commit 34baa3c97d
8 changed files with 177 additions and 255 deletions

View File

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