tiled_bg.cpp, afegit changeSpeedTo()

This commit is contained in:
2025-09-24 18:44:37 +02:00
parent ec65ff9acb
commit cadf7de3d8
4 changed files with 50 additions and 2 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::GAME;
Section::name = Section::Name::TITLE;
Section::options = Section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
Section::name = Section::Name::LOGO;