mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-21 20:24:20 +00:00
🔨 Let Godot recognize static functions
This commit is contained in:
parent
c8f0eda16f
commit
f81acea7c8
1 changed files with 13 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue