Files
Brogether/src/mods-unpacked/Brogether-Brogether/ui/lobby_entry.tscn
2026-05-23 12:44:40 +02:00

26 lines
665 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://mods-unpacked/Brogether-Brogether/ui/lobby_entry.gd" type="Script" id=1]
[node name="HBoxContainer" type="HBoxContainer"]
margin_right = 789.0
margin_bottom = 65.0
custom_constants/separation = 30
script = ExtResource( 1 )
[node name="JoinButton" type="Button" parent="."]
margin_right = 35.0
margin_bottom = 65.0
text = "Join"
[node name="LobbyName" type="Label" parent="."]
unique_name_in_owner = true
margin_left = 65.0
margin_top = 25.0
margin_right = 145.0
margin_bottom = 39.0
text = "Lobby Name"
align = 1
[connection signal="pressed" from="JoinButton" to="." method="_on_join_button_pressed"]