summaryrefslogtreecommitdiff
path: root/UI/Lobby.tscn
blob: 64bfc976a8093b536df517b50663fa4ec81dbff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"]