24 lines
543 B
Plaintext
24 lines
543 B
Plaintext
|
|
[gd_scene load_steps=2 format=3 uid="uid://l4sh5qah5jln"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://lobby.gd" id="1_p5ww4"]
|
||
|
|
|
||
|
|
[node name="Lobby" type="Control"]
|
||
|
|
layout_mode = 3
|
||
|
|
anchors_preset = 0
|
||
|
|
offset_right = 40.0
|
||
|
|
offset_bottom = 40.0
|
||
|
|
script = ExtResource("1_p5ww4")
|
||
|
|
|
||
|
|
[node name="PlayerList" type="VBoxContainer" parent="."]
|
||
|
|
layout_mode = 0
|
||
|
|
offset_right = 40.0
|
||
|
|
offset_bottom = 40.0
|
||
|
|
|
||
|
|
[node name="StartButton" type="Button" parent="."]
|
||
|
|
layout_mode = 2
|
||
|
|
offset_left = 47.0
|
||
|
|
offset_top = 12.0
|
||
|
|
offset_right = 87.0
|
||
|
|
offset_bottom = 20.0
|
||
|
|
text = "Start"
|