diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 42f0e5f..1f86ed2 100644 --- a/project.godot +++ b/project.godot @@ -9,6 +9,11 @@ config_version=4 _global_script_classes=[ { +"base": "RigidBody", +"class": "BuoyantBody", +"language": "GDScript", +"path": "res://water/BuoyantBody.gd" +}, { "base": "Monument", "class": "DockMonument", "language": "GDScript", @@ -30,6 +35,7 @@ _global_script_classes=[ { "path": "res://world/monuments/lighthouse/lighthouseMonument.gd" } ] _global_script_class_icons={ +"BuoyantBody": "", "DockMonument": "", "Monument": "", "Wave": "", |