els items ja no tenen vel_x = 0

This commit is contained in:
2025-08-17 20:42:55 +02:00
parent d7b3af5ab8
commit 0c8b39cee7
2 changed files with 13 additions and 7 deletions

View File

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