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