[gd_scene load_steps=2 format=3 uid="uid://br7difdyn7qqs"]

[ext_resource type="Script" path="res://Tasks Stuffs/Task/s_label.gd" id="1_1el7d"]

[node name="SLabel" type="Label"]
custom_minimum_size = Vector2(315, 72)
offset_right = 300.0
offset_bottom = 72.0
autowrap_mode = 3
script = ExtResource("1_1el7d")

[node name="Check" type="Button" parent="."]
layout_mode = 0
offset_left = 315.0
offset_right = 354.0
offset_bottom = 72.0
theme_override_font_sizes/font_size = 25
text = "[  ]"

[node name="Delete" type="Button" parent="."]
visible = false
layout_mode = 0
offset_left = 355.0
offset_right = 415.0
offset_bottom = 72.0
text = "Delete"

[node name="Number" type="Label" parent="."]
layout_mode = 0
offset_left = 325.0
offset_right = 344.0
offset_bottom = 26.0
text = "10"
horizontal_alignment = 1

[connection signal="pressed" from="Check" to="." method="_on_check_pressed"]
[connection signal="pressed" from="Delete" to="." method="_on_delete_pressed"]