summaryrefslogtreecommitdiff
path: root/UI/Lobby.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'UI/Lobby.tscn')
-rw-r--r--UI/Lobby.tscn28
1 files changed, 28 insertions, 0 deletions
diff --git a/UI/Lobby.tscn b/UI/Lobby.tscn
new file mode 100644
index 0000000..64bfc97
--- /dev/null
+++ b/UI/Lobby.tscn
@@ -0,0 +1,28 @@
+[gd_scene load_steps=2 format=3 uid="uid://bcbxer883ygg7"]
+
+[ext_resource type="Script" path="res://UI/Lobby.gd" id="1_f10dr"]
+
+[node name="Lobby" type="Control"]
+layout_mode = 3
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+script = ExtResource("1_f10dr")
+
+[node name="Button" type="Button" parent="."]
+layout_mode = 0
+offset_right = 8.0
+offset_bottom = 8.0
+text = "Host"
+
+[node name="Button2" type="Button" parent="."]
+layout_mode = 0
+offset_top = 32.0
+offset_right = 38.0
+offset_bottom = 63.0
+text = "Join"
+
+[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
+[connection signal="pressed" from="Button2" to="." method="_on_button_2_pressed"]