diff options
Diffstat (limited to 'screens/Task/SubtaskItem.tscn')
-rw-r--r-- | screens/Task/SubtaskItem.tscn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/screens/Task/SubtaskItem.tscn b/screens/Task/SubtaskItem.tscn new file mode 100644 index 0000000..48fc590 --- /dev/null +++ b/screens/Task/SubtaskItem.tscn @@ -0,0 +1,23 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://fonts/DroidSans.ttf" type="DynamicFontData" id=1] + +[sub_resource type="DynamicFont" id=1] +size = 72 +font_data = ExtResource( 1 ) + +[node name="TaskItem" type="MarginContainer"] +margin_right = 1026.0 +margin_bottom = 110.0 +custom_constants/margin_top = 5 +custom_constants/margin_bottom = 5 + +[node name="Button" type="Button" parent="."] +margin_top = 5.0 +margin_right = 1026.0 +margin_bottom = 105.0 +rect_min_size = Vector2( 0, 100 ) +custom_fonts/font = SubResource( 1 ) +text = "Hip Flexor" +clip_text = true +align = 0 |