34 lines
750 B
Plaintext
34 lines
750 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_left = 33.0
|
|
offset_top = 54.0
|
|
offset_right = 73.0
|
|
offset_bottom = 94.0
|
|
|
|
[node name="StartButton" type="Button" parent="."]
|
|
layout_mode = 2
|
|
offset_left = 370.0
|
|
offset_top = 165.0
|
|
offset_right = 416.0
|
|
offset_bottom = 196.0
|
|
text = "Start"
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 155.0
|
|
offset_top = 31.0
|
|
offset_right = 292.0
|
|
offset_bottom = 54.0
|
|
text = "Bomber-Thorsten"
|