diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-08-26 19:37:29 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-08-26 19:37:29 -0400 |
commit | 5756a8f8ed23f0af88b9a351fbbde7417ac82c2f (patch) | |
tree | 483d564f7868a74276a930784f18b3271d6abbcc /screens/TimeSlot | |
parent | c96db866eaa188ea73548a58716f3c0a46bc011c (diff) | |
download | Planner-5756a8f8ed23f0af88b9a351fbbde7417ac82c2f.tar.gz Planner-5756a8f8ed23f0af88b9a351fbbde7417ac82c2f.zip |
Add Prototype Task Manager Screen
Diffstat (limited to 'screens/TimeSlot')
-rw-r--r-- | screens/TimeSlot/TaskItem.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/screens/TimeSlot/TaskItem.tscn b/screens/TimeSlot/TaskItem.tscn index 1a9948d..5c33386 100644 --- a/screens/TimeSlot/TaskItem.tscn +++ b/screens/TimeSlot/TaskItem.tscn @@ -3,7 +3,7 @@ [ext_resource path="res://fonts/DroidSans.ttf" type="DynamicFontData" id=1] [ext_resource path="res://screens/TimeSlot/TaskItem.gd" type="Script" id=2] -[sub_resource type="DynamicFont" id=1] +[sub_resource type="DynamicFont" id=3] size = 72 font_data = ExtResource( 1 ) @@ -35,7 +35,7 @@ margin_top = 8.0 margin_right = 493.0 margin_bottom = 92.0 size_flags_horizontal = 3 -custom_fonts/font = SubResource( 1 ) +custom_fonts/font = SubResource( 3 ) text = "Stretching" clip_text = true @@ -45,7 +45,7 @@ margin_left = 497.0 margin_top = 8.0 margin_right = 722.0 margin_bottom = 92.0 -custom_fonts/font = SubResource( 1 ) +custom_fonts/font = SubResource( 3 ) text = "10 min" align = 2 |