From f81acea7c88496e57d29e9e164e6c987c194220d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 3 Apr 2022 08:58:29 +0200 Subject: [PATCH] :hammer: Let Godot recognize static functions --- project.godot | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 394d02e..44eb47d 100644 --- a/project.godot +++ b/project.godot @@ -8,8 +8,20 @@ config_version=4 -_global_script_classes=[ ] +_global_script_classes=[ { +"base": "Node", +"class": "Alliance", +"language": "GDScript", +"path": "res://src/entities/behaviours/Alliance.gd" +}, { +"base": "Node", +"class": "Ownership", +"language": "GDScript", +"path": "res://src/entities/behaviours/Ownership.gd" +} ] _global_script_class_icons={ +"Alliance": "", +"Ownership": "" } [application]