el carrusel ara es mou amb esquerra i dreta en lloc de amb amunt i avall
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user