aboutsummaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot8
1 files changed, 7 insertions, 1 deletions
diff --git a/project.godot b/project.godot
index cfdcbb8..d630b8d 100644
--- a/project.godot
+++ b/project.godot
@@ -9,7 +9,7 @@
config_version=4
_global_script_classes=[ {
-"base": "ItemList",
+"base": "TouchItemList",
"class": "Database",
"language": "GDScript",
"path": "res://logic/database.gd"
@@ -34,6 +34,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://logic/stage.gd"
}, {
+"base": "ItemList",
+"class": "TouchItemList",
+"language": "GDScript",
+"path": "res://touch_item_list/touch_item_list.gd"
+}, {
"base": "Control",
"class": "ValuePicker",
"language": "GDScript",
@@ -45,6 +50,7 @@ _global_script_class_icons={
"DatePicker": "",
"PointerInputSensor": "",
"Stage": "",
+"TouchItemList": "",
"ValuePicker": ""
}