afegit caracter de acabar de posar el nom (no en us encara)

corregida la logica de animacio i desplaçament del carrusel de posar nom
This commit is contained in:
2025-10-22 15:05:57 +02:00
parent d4e09e1e88
commit bb132aade2
5 changed files with 86 additions and 66 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::HI_SCORE_TABLE;
Section::name = Section::Name::GAME;
Section::options = Section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
Section::name = Section::Name::LOGO;