summaryrefslogtreecommitdiff
path: root/UI/GameLobby/lobby_game.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'UI/GameLobby/lobby_game.tscn')
-rw-r--r--UI/GameLobby/lobby_game.tscn19
1 files changed, 19 insertions, 0 deletions
diff --git a/UI/GameLobby/lobby_game.tscn b/UI/GameLobby/lobby_game.tscn
new file mode 100644
index 0000000..a6809ac
--- /dev/null
+++ b/UI/GameLobby/lobby_game.tscn
@@ -0,0 +1,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"]