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
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cbtp4rvg66ba1"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cbtp4rvg66ba1"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsyuos803g7qf" path="res://scripts/gui/main_menu_gui.gd" id="1_l6cm7"]
|
||||
[ext_resource type="Script" uid="uid://2uyxkfmbbims" path="res://scripts/gui/lobby/lobby_buttons.gd" id="3_bqqt6"]
|
||||
|
||||
[node name="MainMenu" type="CenterContainer"]
|
||||
anchors_preset = 15
|
||||
|
|
@ -77,7 +76,6 @@ horizontal_alignment = 1
|
|||
[node name="Buttons" type="HBoxContainer" parent="Lobby/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
script = ExtResource("3_bqqt6")
|
||||
|
||||
[node name="LeaveButton" type="Button" parent="Lobby/VBoxContainer/Buttons"]
|
||||
unique_name_in_owner = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue