Swarm/UI/Lobby/LobbyEntry.tscn

20 lines
533 B
Text
Raw Normal View History

[gd_scene load_steps=2 format=3 uid="uid://b6omw0ynhc15i"]
[ext_resource type="Script" path="res://UI/Lobby/LobbyEntry.gd" id="1_bjjj1"]
[node name="LobbyEntry" type="HBoxContainer"]
size_flags_vertical = 3
script = ExtResource("1_bjjj1")
[node name="Label" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
text = "LobbyName"
[node name="Button" type="Button" parent="."]
layout_mode = 2
size_flags_horizontal = 8
text = "Connect"
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]