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