diff --git a/project.godot b/project.godot index 15552af..efdacf5 100644 --- a/project.godot +++ b/project.godot @@ -121,7 +121,7 @@ driver="Dummy" [autoload] -DrawGD="*res://src/Autoload/Global.gd" +DrawGD="*res://src/Autoload/DrawGD.gd" [debug] diff --git a/src/Autoload/Global.gd b/src/Autoload/DrawGD.gd similarity index 100% rename from src/Autoload/Global.gd rename to src/Autoload/DrawGD.gd