13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://br61u82ldlrxe"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/world.gd" id="1_r7dh1"]
|
|
|
|
[node name="World" type="Node2D"]
|
|
script = ExtResource("1_r7dh1")
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
|
|
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
|