From 08ae1a42c694ec409921225daa59ab42fac75d58 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 9 Aug 2020 16:29:26 +0300 Subject: Allow options in dialogue --- project.godot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'project.godot') diff --git a/project.godot b/project.godot index 45854be..3a48bce 100644 --- a/project.godot +++ b/project.godot @@ -9,6 +9,11 @@ config_version=4 _global_script_classes=[ { +"base": "ColorRect", +"class": "DialogueBox", +"language": "GDScript", +"path": "res://scripts/DialogueBox.gd" +}, { "base": "KinematicBody2D", "class": "DwarfNPC", "language": "GDScript", @@ -30,6 +35,7 @@ _global_script_classes=[ { "path": "res://scripts/PlayerCharacter.gd" } ] _global_script_class_icons={ +"DialogueBox": "", "DwarfNPC": "", "GUI": "", "Game": "", -- cgit v1.3