bcirpggithubmirror/Phase2/Networking/Client/Lobby/Lobby.tscn

22 lines
564 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Lobby/Lobby.gd" type="Script" id=1]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="CenterContainer" type="CenterContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="Button" type="Button" parent="CenterContainer"]
margin_left = 468.0
margin_top = 290.0
margin_right = 556.0
margin_bottom = 310.0
text = "Join Session"
[connection signal="pressed" from="CenterContainer/Button" to="." method="_on_Button_pressed"]