aboutsummaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot6
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index ba959f0..15c6824 100644
--- a/project.godot
+++ b/project.godot
@@ -39,6 +39,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://lib/ticked.gd"
}, {
+"base": "Label",
+"class": "TutorialPopup",
+"language": "GDScript",
+"path": "res://tutorial/popup.gd"
+}, {
"base": "BuildingInterface",
"class": "UpgradeInterface",
"language": "GDScript",
@@ -51,6 +56,7 @@ _global_script_class_icons={
"ClickableArea": "",
"Manager": "",
"Ticked": "",
+"TutorialPopup": "",
"UpgradeInterface": ""
}