From 1907c3b9e2223005697fca88abc051c72d67531d Mon Sep 17 00:00:00 2001 From: dusoleil Date: Mon, 29 Aug 2022 06:32:29 -0400 Subject: store database in user space --- project.godot | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'project.godot') 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] -- cgit v1.2.3