Пример #1
0
 private IEnumerator ImageShowAnimation(StillLetterBox letter)
 {
     letter.Poof();
     audioManager.PlayPoofSound();
     letter.Magnify();
     yield return(Wait.For(0.9f));
 }
Пример #2
0
 private IEnumerator PlaceholderShowAnimation(StillLetterBox box)
 {
     audioManager.PlayPlaceSlot();
     box.Magnify();
     yield return(Wait.For(0.2f));
 }