added player connection
This commit is contained in:
12
project/scenes/worFF19.tmp
Normal file
12
project/scenes/worFF19.tmp
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"]
|
Reference in New Issue
Block a user