17 lines
591 B
Text
17 lines
591 B
Text
[gd_scene load_steps=3 format=3 uid="uid://bat5qdtcsb6kv"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://wt0fxawif12f" path="res://text_scene.tscn" id="1_hbduh"]
|
|
[ext_resource type="Script" uid="uid://co7lut3licn2s" path="res://button.gd" id="2_17dmj"]
|
|
|
|
[node name="TextScene" instance=ExtResource("1_hbduh")]
|
|
|
|
[node name="Button" type="Button" parent="." index="2"]
|
|
layout_mode = 0
|
|
offset_left = 441.0
|
|
offset_top = 551.0
|
|
offset_right = 506.0
|
|
offset_bottom = 582.0
|
|
text = "Restart"
|
|
script = ExtResource("2_17dmj")
|
|
|
|
[connection signal="pressed" from="Button" to="Button" method="_on_pressed"]
|