mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-03-25 07:09:18 +00:00
79 lines
3.1 KiB
Text
79 lines
3.1 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://7chfb47enqwm"]
|
|
|
|
[ext_resource type="Script" path="res://interfaces/menus/boot/multiplayer/multiplayer_panel_container.gd" id="1_yyvwh"]
|
|
[ext_resource type="PackedScene" uid="uid://cfegls11p6wav" path="res://interfaces/menus/boot/multiplayer/join_panel/join_panel.tscn" id="2_4vm27"]
|
|
[ext_resource type="PackedScene" uid="uid://moey0w3677td" path="res://interfaces/menus/boot/multiplayer/profile_panel/profile_panel.tscn" id="2_aidbu"]
|
|
[ext_resource type="PackedScene" uid="uid://dv0lqek8bqyv" path="res://interfaces/menus/boot/multiplayer/host_panel/host_panel.tscn" id="2_ameih"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_krqeq"]
|
|
bg_color = Color(0.501961, 0.501961, 0.501961, 0.25098)
|
|
|
|
[node name="MultiplayerPanelContainer" type="PanelContainer" node_paths=PackedStringArray("tab_container", "profile_panel", "join_panel", "host_panel")]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_krqeq")
|
|
script = ExtResource("1_yyvwh")
|
|
tab_container = NodePath("MarginContainer/VBoxContainer/TabContainer")
|
|
profile_panel = NodePath("MarginContainer/VBoxContainer/TabContainer/Profile/ProfilePanel")
|
|
join_panel = NodePath("MarginContainer/VBoxContainer/TabContainer/Join/JoinPanel")
|
|
host_panel = NodePath("MarginContainer/VBoxContainer/TabContainer/Host/HostPanel")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 20
|
|
theme_override_constants/margin_top = 20
|
|
theme_override_constants/margin_right = 20
|
|
theme_override_constants/margin_bottom = 20
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/side_margin = 0
|
|
|
|
[node name="Profile" type="TabBar" parent="MarginContainer/VBoxContainer/TabContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/h_separation = 0
|
|
|
|
[node name="ProfilePanel" parent="MarginContainer/VBoxContainer/TabContainer/Profile" instance=ExtResource("2_aidbu")]
|
|
layout_mode = 1
|
|
|
|
[node name="Join" type="TabBar" parent="MarginContainer/VBoxContainer/TabContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
select_with_rmb = true
|
|
|
|
[node name="JoinPanel" parent="MarginContainer/VBoxContainer/TabContainer/Join" instance=ExtResource("2_4vm27")]
|
|
layout_mode = 1
|
|
|
|
[node name="Host" type="TabBar" parent="MarginContainer/VBoxContainer/TabContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
select_with_rmb = true
|
|
|
|
[node name="HostPanel" parent="MarginContainer/VBoxContainer/TabContainer/Host" instance=ExtResource("2_ameih")]
|
|
layout_mode = 1
|
|
|
|
[node name="Modal" type="Panel" parent="."]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Modal"]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -59.5
|
|
offset_top = -11.5
|
|
offset_right = 59.5
|
|
offset_bottom = 11.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
text = "CONNECTING..."
|