From 62f864004c6cfcbdb919e5e27a6ddaaaa8c4acc9 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Wed, 21 Sep 2022 08:40:31 -0400 Subject: Add an example Dock to the world --- project.godot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'project.godot') diff --git a/project.godot b/project.godot index 98ac295..42f0e5f 100644 --- a/project.godot +++ b/project.godot @@ -9,6 +9,11 @@ config_version=4 _global_script_classes=[ { +"base": "Monument", +"class": "DockMonument", +"language": "GDScript", +"path": "res://world/monuments/dock/DockMonument.gd" +}, { "base": "Reference", "class": "Monument", "language": "GDScript", @@ -25,6 +30,7 @@ _global_script_classes=[ { "path": "res://world/monuments/lighthouse/lighthouseMonument.gd" } ] _global_script_class_icons={ +"DockMonument": "", "Monument": "", "Wave": "", "lighthouseMonument": "" -- cgit v1.2.3