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

@@ -5,12 +5,12 @@ using UnityEngine;
[System.Serializable]
public class Dialogue
{
[SerializeField] private string m_dialogueText;
public string text;
}
public class QuestionData
{
public string[] m_questions = new string[]
public static string[] Questions = new string[]
{
"Who are you?",
"Tell me something about yourself.",