From 7e75beb7b1f3b1121961f8df36f0fee3cd41cb58 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Tue, 20 Sep 2022 02:00:08 -0400 Subject: Add ability to add static monuments to the world --- project.godot | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'project.godot') diff --git a/project.godot b/project.godot index 26f3e5b..67ac57f 100644 --- a/project.godot +++ b/project.godot @@ -9,12 +9,24 @@ config_version=4 _global_script_classes=[ { +"base": "Monument", +"class": "DockMonument", +"language": "GDScript", +"path": "res://world/monuments/DockMonument.gd" +}, { +"base": "Reference", +"class": "Monument", +"language": "GDScript", +"path": "res://world/monuments/Monument.gd" +}, { "base": "Resource", "class": "Wave", "language": "GDScript", "path": "res://water/Wave.gd" } ] _global_script_class_icons={ +"DockMonument": "", +"Monument": "", "Wave": "" } -- cgit v1.2.3