summaryrefslogtreecommitdiffstats
path: root/Main.gd
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-08-27 00:39:58 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-08-27 00:39:58 -0400
commite4322bde34c2c8c864e3fd40bd254894d18fb15f (patch)
treefb07ac99416cbe258bb8415e39eeb1597b7be8d1 /Main.gd
parent260fa2214e298686678d43ca58bcbfd493d563b3 (diff)
downloadPlanner-e4322bde34c2c8c864e3fd40bd254894d18fb15f.tar.gz
Planner-e4322bde34c2c8c864e3fd40bd254894d18fb15f.zip
Add Main Schedule Screen Prototype
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 3b52cee..2d32141 100644
--- a/Main.gd
+++ b/Main.gd
@@ -43,4 +43,4 @@ func swap_screen(screen):
body_container.add_child(body)
func _ready():
- nav_screen("TaskManager", DataHelpers, "dummy_data", [[]])
+ nav_screen("Schedule", TimeSlot, "get_by_schedule_name", ["default"])