summaryrefslogtreecommitdiffstats
path: root/Main.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Main.gd')
-rw-r--r--Main.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.gd b/Main.gd
index 07389b5..3b52cee 100644
--- a/Main.gd
+++ b/Main.gd
@@ -43,4 +43,4 @@ func swap_screen(screen):
body_container.add_child(body)
func _ready():
- nav_screen("TimeSlot", TimeSlot, "get_by_id", [2])
+ nav_screen("TaskManager", DataHelpers, "dummy_data", [[]])