local Multiplayer support

This commit is contained in:
2024-12-04 08:48:48 +01:00
parent 15be351c86
commit bb7dbb054a
13 changed files with 233 additions and 24 deletions

23
lobB0BD.tmp Normal file
View File

@@ -0,0 +1,23 @@
[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"