Ejemplo n.º 1
0
 /// <summary>
 /// Fades the dialogue.
 /// </summary>
 public void FadeDialogue()
 {
     dialogueTextFadeable.SelfFadeOut(dur: 0.2f);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Fades the text.
 /// </summary>
 public void FadeText()
 {
     instructionTextFadeable.SelfFadeOut();
 }