Late connection
This commit is contained in:
parent
59bf07b076
commit
63209ccc1e
9 changed files with 73 additions and 23 deletions
19
scenes/game.tscn
Normal file
19
scenes/game.tscn
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dstie24qkbc86"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bv6ptrditssow" path="res://scenes/gui/client_settings.tscn" id="1_yqjtg"]
|
||||
[ext_resource type="PackedScene" uid="uid://cbtp4rvg66ba1" path="res://scenes/main_menu.tscn" id="2_lnu2h"]
|
||||
|
||||
[node name="Game" type="Node"]
|
||||
|
||||
[node name="ClientSettingsMenu" parent="." instance=ExtResource("1_yqjtg")]
|
||||
|
||||
[node name="MainMenu" parent="." instance=ExtResource("2_lnu2h")]
|
||||
unique_name_in_owner = true
|
||||
|
||||
[node name="LevelContainer" type="Node" parent="."]
|
||||
unique_name_in_owner = true
|
||||
|
||||
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="LevelContainer"]
|
||||
_spawnable_scenes = PackedStringArray("uid://cqrh2cc7m2i7f", "uid://cc2v2f2ppu68w")
|
||||
spawn_path = NodePath("..")
|
||||
spawn_limit = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue