summaryrefslogtreecommitdiffstats
path: root/screens/Task/SubtaskItem.tscn
blob: 11bcd0bb30b06a64459b62507fcb050d6e03367c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[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="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
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