diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-08-29 06:32:29 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-08-29 06:32:29 -0400 |
commit | 1907c3b9e2223005697fca88abc051c72d67531d (patch) | |
tree | 699fba3f1296c2221c97fe1fdfb6548dbdabddb1 /project.godot | |
parent | b32d06e251dd528ddde00e78792f3e0e0e0bcfb3 (diff) | |
download | Planner-master.tar.gz Planner-master.zip |
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 8 |
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] |