summaryrefslogtreecommitdiff
path: root/UI/GameLobby/lobby_game.tscn
blob: a6809ac5e087f286e03cd0ada6a354fbfcd25953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[gd_scene load_steps=2 format=3 uid="uid://cs2a7wfrj4wn0"]

[ext_resource type="Script" path="res://UI/GameLobby/lobby_game.gd" id="1_cvsql"]

[node name="LobbyGame" type="HBoxContainer"]
script = ExtResource("1_cvsql")

[node name="Name" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 2
text = "Game Name"

[node name="Join" type="Button" parent="."]
unique_name_in_owner = true
layout_mode = 2
mouse_default_cursor_shape = 2
text = "Join"

[connection signal="pressed" from="Join" to="." method="_on_join_pressed"]