31 lines
711 B
Plaintext
31 lines
711 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scripts/objects/lobby.gd" type="Script" id=1]
|
|
|
|
[node name="Control" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
margin_right = 50.0
|
|
margin_bottom = 600.0
|
|
rect_min_size = Vector2( 50, 0 )
|
|
text = "Join"
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 54.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
text = "Lobby Name"
|
|
valign = 1
|
|
|
|
[connection signal="pressed" from="Button" to="." method="_on_join_pressed"]
|