Ejemplo n.º 1
0
 public void removeButtons()  // Used after the player clicks on a choice
 {
     CarlButtonAnimator.Play("FadeOut");
     SelectionAnimator.Play("RevealChosen");
 }
Ejemplo n.º 2
0
 public void showButtons()  // Used before player clicks on a choice
 {
     CarlButtonAnimator.Play("FadeIn");
     SelectionAnimator.Play("ResetChosen");
 }