summaryrefslogtreecommitdiffstats
path: root/screens/TimeSlot/Body.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'screens/TimeSlot/Body.tscn')
-rw-r--r--screens/TimeSlot/Body.tscn37
1 files changed, 37 insertions, 0 deletions
diff --git a/screens/TimeSlot/Body.tscn b/screens/TimeSlot/Body.tscn
new file mode 100644
index 0000000..2e6460a
--- /dev/null
+++ b/screens/TimeSlot/Body.tscn
@@ -0,0 +1,37 @@
+[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]
+
+[sub_resource type="DynamicFont" id=2]
+size = 100
+font_data = ExtResource( 1 )
+
+[node name="TimeSlotBody" type="VBoxContainer"]
+margin_left = 20.0
+margin_top = 20.0
+margin_right = 1046.0
+margin_bottom = 1664.0
+
+[node name="TimeRange" type="Label" parent="."]
+unique_name_in_owner = true
+margin_right = 1026.0
+margin_bottom = 117.0
+custom_fonts/font = SubResource( 2 )
+text = "12:30 AM - 1:00 AM"
+align = 1
+valign = 1
+
+[node name="ScrollContainer" type="ScrollContainer" parent="."]
+margin_top = 121.0
+margin_right = 1026.0
+margin_bottom = 1644.0
+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 )]