summaryrefslogtreecommitdiffstats
path: root/screens/Task/Header.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'screens/Task/Header.tscn')
-rw-r--r--screens/Task/Header.tscn33
1 files changed, 33 insertions, 0 deletions
diff --git a/screens/Task/Header.tscn b/screens/Task/Header.tscn
new file mode 100644
index 0000000..89e488c
--- /dev/null
+++ b/screens/Task/Header.tscn
@@ -0,0 +1,33 @@
+[gd_scene load_steps=4 format=2]
+
+[ext_resource path="res://fonts/DroidSans.ttf" type="DynamicFontData" id=1]
+[ext_resource path="res://screens/Task/Header.gd" type="Script" id=2]
+
+[sub_resource type="DynamicFont" id=2]
+size = 100
+font_data = ExtResource( 1 )
+
+[node name="TaskHeader" type="HBoxContainer"]
+margin_left = 20.0
+margin_top = 20.0
+margin_right = 1046.0
+margin_bottom = 198.0
+script = ExtResource( 2 )
+
+[node name="Name" type="Label" parent="."]
+margin_top = 30.0
+margin_right = 799.0
+margin_bottom = 147.0
+size_flags_horizontal = 3
+custom_fonts/font = SubResource( 2 )
+text = "Stretching"
+clip_text = true
+
+[node name="Back" type="Button" parent="."]
+margin_left = 803.0
+margin_right = 1026.0
+margin_bottom = 178.0
+custom_fonts/font = SubResource( 2 )
+text = "Back"
+
+[connection signal="button_up" from="Back" to="." method="_on_Back_button_up"]