summaryrefslogtreecommitdiffstats
path: root/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot12
1 files changed, 12 insertions, 0 deletions
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": ""
}