el carrusel ara es mou amb esquerra i dreta en lloc de amb amunt i avall

This commit is contained in:
2025-10-01 17:13:52 +02:00
parent 5db43e674d
commit 6985569573
2 changed files with 6 additions and 6 deletions

View File

@@ -134,10 +134,10 @@ void Player::setInputEnteringName(Input::Action action) {
case Input::Action::FIRE_CENTER:
enter_name_->removeLastCharacter();
break;
case Input::Action::UP:
case Input::Action::RIGHT:
enter_name_->incIndex();
break;
case Input::Action::DOWN:
case Input::Action::LEFT:
enter_name_->decIndex();
break;
case Input::Action::START: