From 39395a586b580c8d613395bfab390c09004ee969 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Sun, 13 Jul 2025 21:07:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=86=A0=EB=A1=9C=EB=93=9C=EC=97=90?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.godot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project.godot b/project.godot index 15faee4..49521d6 100644 --- a/project.godot +++ b/project.godot @@ -14,6 +14,10 @@ config/name="GodotAsync" config/features=PackedStringArray("4.5", "GL Compatibility") config/icon="res://icon.svg" +[autoload] + +GdTaskPlayerLoopAutoload="*res://addons/GDTask/Autoload/GDTaskPlayerLoopAutoload.cs" + [dotnet] project/assembly_name="GodotAsync"