From eaaf76eab3c6d6453b5c1fca73db7c2481d9390d Mon Sep 17 00:00:00 2001 From: cmod31 Date: Wed, 8 Feb 2023 14:20:40 +0100 Subject: [PATCH] added todo --- src/scene-scripts/dialogue-system/dialog_bubble.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scene-scripts/dialogue-system/dialog_bubble.cs b/src/scene-scripts/dialogue-system/dialog_bubble.cs index c91d51d..e1779e0 100644 --- a/src/scene-scripts/dialogue-system/dialog_bubble.cs +++ b/src/scene-scripts/dialogue-system/dialog_bubble.cs @@ -8,6 +8,11 @@ public partial class dialog_bubble : CanvasLayer public int dlgPointer = 0; public RichTextLabel richText; + /*TODO: + - Dont repeat the same randomized dialogue after you get asked do you need something "else" + - add controller support for answerboxes + - add tree support (example: "story" key) + - ability to add dialogue begin answers on the fly (special ones are colored)*/ public override void _Ready() { richText = GetNode("box/rich_text_label");