summaryrefslogtreecommitdiffstats
path: root/project.godot
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-08-29 06:32:29 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-08-29 06:32:29 -0400
commit1907c3b9e2223005697fca88abc051c72d67531d (patch)
tree699fba3f1296c2221c97fe1fdfb6548dbdabddb1 /project.godot
parentb32d06e251dd528ddde00e78792f3e0e0e0bcfb3 (diff)
downloadPlanner-1907c3b9e2223005697fca88abc051c72d67531d.tar.gz
Planner-1907c3b9e2223005697fca88abc051c72d67531d.zip
store database in user spaceHEADmaster
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 864ccc1..0a95b08 100644
--- a/project.godot
+++ b/project.godot
@@ -28,12 +28,18 @@ _global_script_classes=[ {
"class": "TimeSlot",
"language": "GDScript",
"path": "res://data_model/TimeSlot.gd"
+}, {
+"base": "Reference",
+"class": "db_update",
+"language": "GDScript",
+"path": "res://data_model/db_update.gd"
} ]
_global_script_class_icons={
"DataHelpers": "",
"SubTask": "",
"Task": "",
-"TimeSlot": ""
+"TimeSlot": "",
+"db_update": ""
}
[application]