Multiplayer connects but needs to load players and finish setup checks.
This commit is contained in:
@@ -12,7 +12,6 @@ grow_vertical = 2
|
||||
script = ExtResource("1_lckj3")
|
||||
|
||||
[node name="Panel" type="PanelContainer" parent="."]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(400, 400)
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
@@ -45,6 +44,7 @@ text = "Back"
|
||||
|
||||
[node name="Hosting" type="VBoxContainer" parent="Panel"]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
@@ -60,7 +60,7 @@ layout_mode = 2
|
||||
layout_mode = 2
|
||||
text = "Handle"
|
||||
|
||||
[node name="HandleEdit" type="TextEdit" parent="Panel/Hosting/HBoxContainer"]
|
||||
[node name="HostHandle" type="TextEdit" parent="Panel/Hosting/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
@@ -87,7 +87,8 @@ horizontal_alignment = 1
|
||||
[node name="PanelContainer" type="PanelContainer" parent="Panel/Host Waiting"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TextEdit" type="RichTextLabel" parent="Panel/Host Waiting/PanelContainer"]
|
||||
[node name="ParticipantsText" type="RichTextLabel" parent="Panel/Host Waiting/PanelContainer"]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(0, 70)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
@@ -121,7 +122,8 @@ layout_mode = 2
|
||||
layout_mode = 2
|
||||
text = "HANDLE"
|
||||
|
||||
[node name="TextEdit" type="TextEdit" parent="Panel/Joining/HBoxContainer"]
|
||||
[node name="JoinHandle" type="TextEdit" parent="Panel/Joining/HBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user