summaryrefslogtreecommitdiffstats
path: root/screens/Task/SubtaskItem.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'screens/Task/SubtaskItem.tscn')
-rw-r--r--screens/Task/SubtaskItem.tscn6
1 files changed, 4 insertions, 2 deletions
diff --git a/screens/Task/SubtaskItem.tscn b/screens/Task/SubtaskItem.tscn
index 48fc590..11bcd0b 100644
--- a/screens/Task/SubtaskItem.tscn
+++ b/screens/Task/SubtaskItem.tscn
@@ -1,16 +1,18 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=4 format=2]
[ext_resource path="res://fonts/DroidSans.ttf" type="DynamicFontData" id=1]
+[ext_resource path="res://screens/Task/SubtaskItem.gd" type="Script" id=2]
[sub_resource type="DynamicFont" id=1]
size = 72
font_data = ExtResource( 1 )
-[node name="TaskItem" type="MarginContainer"]
+[node name="SubTaskItem" type="MarginContainer"]
margin_right = 1026.0
margin_bottom = 110.0
custom_constants/margin_top = 5
custom_constants/margin_bottom = 5
+script = ExtResource( 2 )
[node name="Button" type="Button" parent="."]
margin_top = 5.0