29 lines
635 B
Plaintext
29 lines
635 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://game.gd" type="Script" id=1]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 93.0
|
|
margin_top = 109.0
|
|
margin_right = 253.0
|
|
margin_bottom = 123.0
|
|
text = "You are playing the game"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Button" type="Button" parent="Label"]
|
|
margin_left = 29.0
|
|
margin_top = 177.0
|
|
margin_right = 120.0
|
|
margin_bottom = 197.0
|
|
text = "Leave Game"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[connection signal="pressed" from="Label/Button" to="." method="_on_Button_pressed"]
|