delta-time: game.cpp (funciona pero va un poc massa ràpid)

This commit is contained in:
2025-09-16 22:56:00 +02:00
parent 3e6cc9dfab
commit 66566913f6
3 changed files with 93 additions and 27 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::CREDITS;
Section::name = Section::Name::GAME;
Section::options = Section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
Section::name = Section::Name::LOGO;