From 18a52946c367cdf2d4a8a6707187c51e06d7500c Mon Sep 17 00:00:00 2001 From: Amaan Shawkath Date: Sat, 8 Jul 2023 21:16:05 +0100 Subject: [PATCH] Setting the buttons not interactable once its been asked --- Assets/Scripts/DialogueSystem/UI/DialoguePanel.cs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Assets/Scripts/DialogueSystem/UI/DialoguePanel.cs b/Assets/Scripts/DialogueSystem/UI/DialoguePanel.cs index e1d4180..0642796 100644 --- a/Assets/Scripts/DialogueSystem/UI/DialoguePanel.cs +++ b/Assets/Scripts/DialogueSystem/UI/DialoguePanel.cs @@ -20,6 +20,8 @@ public class DialoguePanel : MonoBehaviour private const float TypingSpeed = 0.03f; private List m_questionIndexAsked = new List(); + private List