Fix multiplayer menu workshop build
This commit is contained in:
25
src/mods-unpacked/Brogether-Brogether/ui/lobby_entry.tscn
Normal file
25
src/mods-unpacked/Brogether-Brogether/ui/lobby_entry.tscn
Normal file
@@ -0,0 +1,25 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user