Quick-Tasks/Quick Tasks/Scenes/back.tscn
2025-04-15 11:57:44 -07:00

32 lines
878 B
Text

[gd_scene load_steps=3 format=3 uid="uid://b8nh75ymh2k54"]
[ext_resource type="Texture2D" uid="uid://cwnpya7wbsbea" path="res://SVGs/BackTexture.svg" id="1_3kh4e"]
[ext_resource type="Script" path="res://Scripts/Back.gd" id="1_pxax8"]
[node name="Back" type="TextureButton"]
offset_left = 8.0
offset_top = 542.0
offset_right = 41.0
offset_bottom = 592.0
action_mode = 0
texture_normal = ExtResource("1_3kh4e")
ignore_texture_size = true
stretch_mode = 0
script = ExtResource("1_pxax8")
[node name="ButtonText" type="Label" parent="."]
layout_mode = 0
offset_right = 33.0
offset_bottom = 50.0
theme_override_font_sizes/font_size = 36
text = "⇦"
horizontal_alignment = 1
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_top = -23.0
offset_right = 33.0
text = "4"
horizontal_alignment = 1
[connection signal="pressed" from="." to="." method="_on_pressed"]