Exemple #1
0
 private void UnConfirm()
 {
     if (confirmed)
     {
         PlayerToTeamMap.ResetPlayerTeam(playerNumber);
         confirmed = false;
         playerTextElement.DOShakeAnchorPos(confirmTime, confirmShakeStrength * unConfirmShakeStrengthRatio, confirmShakeVibrato);
         playerTextElement.DOScale(1.0f, confirmTime);
         UpdateArrows();
     }
 }