From 39aca9aa3f7edee4694d2642666ea46ba249bf14 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 1 Sep 2025 00:13:44 -0500 Subject: [PATCH] prog --- project.godot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 719feee..01b057a 100644 --- a/project.godot +++ b/project.godot @@ -24,6 +24,7 @@ UI="*res://singleton/UI.tscn" QUEST="*res://singleton/Quest.tscn" OVERWORLD="*res://singleton/Overworld.gd" SCENE="*res://singleton/Scene.gd" +MadTalkGlobals="*res://addons/madtalk/runtime/MadTalkGlobals.tscn" [debug] @@ -45,7 +46,7 @@ project/assembly_name="Dawn Godot" [editor_plugins] -enabled=PackedStringArray("res://addons/controller_icons/plugin.cfg") +enabled=PackedStringArray("res://addons/controller_icons/plugin.cfg", "res://addons/madtalk/plugin.cfg") [filesystem]