예제 #1
0
 void UpdateChosen()
 {
     if (joystick.GetButtonDown("UICancel"))
     {
         selectManager.UnlockCharacter(playerIndex);
         state = SelectState.selecting;
     }
     if (joystick.GetButtonDown("UISubmit"))
     {
         selectManager.TryStageSelect();
     }
 }