From e726067048dc8771d83ec490767f3ca5ea063219 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Tue, 20 Sep 2022 19:08:43 -0400 Subject: Incorporate new assets into the world gen --- project.godot | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'project.godot') 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] -- cgit v1.2.3