From febc05f628793d252066a173e8fce0826b2190fd Mon Sep 17 00:00:00 2001 From: dusoleil Date: Fri, 26 Aug 2022 03:48:27 -0400 Subject: Flesh Out Navigation and Populate Screens with Data --- screens/TimeSlot/Body.tscn | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'screens/TimeSlot/Body.tscn') diff --git a/screens/TimeSlot/Body.tscn b/screens/TimeSlot/Body.tscn index 2e6460a..0456acb 100644 --- a/screens/TimeSlot/Body.tscn +++ b/screens/TimeSlot/Body.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=2] [ext_resource path="res://fonts/DroidSans.ttf" type="DynamicFontData" id=1] -[ext_resource path="res://screens/TimeSlot/TaskItem.tscn" type="PackedScene" id=2] +[ext_resource path="res://screens/TimeSlot/Body.gd" type="Script" id=3] [sub_resource type="DynamicFont" id=2] size = 100 @@ -12,6 +12,7 @@ margin_left = 20.0 margin_top = 20.0 margin_right = 1046.0 margin_bottom = 1664.0 +script = ExtResource( 3 ) [node name="TimeRange" type="Label" parent="."] unique_name_in_owner = true @@ -31,7 +32,4 @@ size_flags_vertical = 3 [node name="TaskList" type="VBoxContainer" parent="ScrollContainer"] unique_name_in_owner = true margin_right = 1026.0 -margin_bottom = 110.0 size_flags_horizontal = 3 - -[node name="TaskItem" parent="ScrollContainer/TaskList" instance=ExtResource( 2 )] -- cgit v1.2.3