Swarm/UI/Lobby/LobbyEntry.tscn
2025-02-26 23:27:07 +01:00

19 lines
558 B
Text

[gd_scene load_steps=2 format=3 uid="uid://b6omw0ynhc15i"]
[ext_resource type="Script" uid="uid://vw51tar7gfb7" 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"]