From 5756a8f8ed23f0af88b9a351fbbde7417ac82c2f Mon Sep 17 00:00:00 2001
From: dusoleil <howcansocksbereal@gmail.com>
Date: Fri, 26 Aug 2022 19:37:29 -0400
Subject: Add Prototype Task Manager Screen

---
 screens/TimeSlot/TaskItem.tscn | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'screens/TimeSlot/TaskItem.tscn')

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
 
-- 
cgit v1.2.3