diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 5208f67..75d4b3d 100644 --- a/project.godot +++ b/project.godot @@ -8,6 +8,16 @@ config_version=4 +_global_script_classes=[ { +"base": "Resource", +"class": "Wave", +"language": "GDScript", +"path": "res://Wave.gd" +} ] +_global_script_class_icons={ +"Wave": "" +} + [application] config/name="Game Jam 49" |