Ejemplo n.º 1
0
 /// <summary>
 /// Displays the dialogue.
 /// </summary>
 /// <param name="text">Text.</param>
 public void DisplayDialogue(string text)
 {
     dialogueText.text = text;
     dialogueTextFadeable.SelfFadeIn(dur: 0.2f);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Displays the text.
 /// </summary>
 /// <param name="text">Text.</param>
 public void DisplayText(string text)
 {
     instructionText.text = text;
     instructionTextFadeable.SelfFadeIn();
 }