diff --git a/.github/workflows/resources/project.godot b/.github/workflows/resources/project.godot index a9cee2ceb..7a40c37f9 100644 --- a/.github/workflows/resources/project.godot +++ b/.github/workflows/resources/project.godot @@ -18,3 +18,7 @@ config/icon="res://icon.svg" renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" + +[autoload] + +Dialogic="*res://addons/dialogic/Other/DialogicGameHandler.gd"