initial setup of dialogue panel and updating some scripts

This commit is contained in:
Amaan Shawkath
2023-07-08 13:49:16 +01:00
parent e55f5ff18f
commit 29e260072d
5 changed files with 118 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ using UnityEngine;
public class DialogueController : MonoBehaviour
{
[SerializeField] private DialoguePanel m_dialoguePanel;
// TODO:
// - Load the correct character based on the character who has been interacted with
// - Display the 5 question options and hook up their responses