diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-20 19:08:43 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-20 19:08:43 -0400 |
commit | e726067048dc8771d83ec490767f3ca5ea063219 (patch) | |
tree | 103aa096b3ee6e20d716026070f78a5d89c51d62 /project.godot | |
parent | 743c526b46a1d1c6e0b7ef8b9b0f10b22ee43ab3 (diff) | |
download | godot_wildjam_49-e726067048dc8771d83ec490767f3ca5ea063219.tar.gz godot_wildjam_49-e726067048dc8771d83ec490767f3ca5ea063219.zip |
Incorporate new assets into the world gen
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/project.godot b/project.godot index 67ac57f..98ac295 100644 --- a/project.godot +++ b/project.godot @@ -9,11 +9,6 @@ config_version=4 _global_script_classes=[ { -"base": "Monument", -"class": "DockMonument", -"language": "GDScript", -"path": "res://world/monuments/DockMonument.gd" -}, { "base": "Reference", "class": "Monument", "language": "GDScript", @@ -23,11 +18,16 @@ _global_script_classes=[ { "class": "Wave", "language": "GDScript", "path": "res://water/Wave.gd" +}, { +"base": "Monument", +"class": "lighthouseMonument", +"language": "GDScript", +"path": "res://world/monuments/lighthouse/lighthouseMonument.gd" } ] _global_script_class_icons={ -"DockMonument": "", "Monument": "", -"Wave": "" +"Wave": "", +"lighthouseMonument": "" } [application] |