thomas_2023/day_5/control.tscn

39 lines
949 B
Text

[gd_scene load_steps=2 format=3 uid="uid://c1aqg2ll45ark"]
[ext_resource type="Script" path="res://Main.gd" id="1_d4djv"]
[node name="Control" type="Control"]
layout_mode = 3
anchor_right = 0.428
anchor_bottom = 0.84
offset_right = 1.94397
offset_bottom = -0.320007
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_d4djv")
[node name="TextEdit" type="TextEdit" parent="."]
layout_mode = 0
offset_left = 57.0
offset_top = 45.0
offset_right = 458.0
offset_bottom = 359.0
[node name="Button" type="Button" parent="."]
layout_mode = 0
offset_left = 52.0
offset_top = 441.0
offset_right = 217.0
offset_bottom = 502.0
text = "Part 1"
[node name="Button2" type="Button" parent="."]
layout_mode = 0
offset_left = 296.0
offset_top = 453.0
offset_right = 461.0
offset_bottom = 514.0
text = "Part 2"
[connection signal="pressed" from="Button" to="." method="_on_part1"]
[connection signal="pressed" from="Button2" to="." method="_on_part2"]