afegit "pulsos" a scoreboard

This commit is contained in:
2025-10-23 14:44:51 +02:00
parent ac6f521288
commit 5bf96b9aba
4 changed files with 64 additions and 2 deletions

View File

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