Nearly finished.....

This commit is contained in:
2022-08-31 00:31:02 -07:00
parent 59d65e0e8c
commit 83bd769167
24 changed files with 2828 additions and 42 deletions

View File

@@ -45,8 +45,9 @@ namespace Scampz.GameJam
EndDialogue();
}
public void StartDialogue(Dialogue dialogue)
public void StartDialogue(Dialogue dialogue, TextMeshProUGUI textMeshProUGUI)
{
_dialogueTextGUI = textMeshProUGUI;
_animator.SetBool("IsOpen", true);
IsTalking = true;
sentences.Clear();