private IEnumerator ImageShowAnimation(StillLetterBox letter) { letter.Poof(); audioManager.PlayPoofSound(); letter.Magnify(); yield return(Wait.For(0.9f)); }
private IEnumerator PlaceholderShowAnimation(StillLetterBox box) { audioManager.PlayPlaceSlot(); box.Magnify(); yield return(Wait.For(0.2f)); }