2023-12-17 02:02:16 +11:00
|
|
|
[gd_scene load_steps=9 format=3 uid="uid://cwvprrvk4l2k0"]
|
2023-11-08 14:28:55 +11:00
|
|
|
|
|
|
|
[ext_resource type="Theme" uid="uid://b6a0ip4p72tgx" path="res://new_theme.tres" id="1_l1spu"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/multiplayer_lobby.gd" id="2_nb860"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dpt3kpixawyby" path="res://Scenes/UI/scoreboard.tscn" id="3_f6bia"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bvfit0sy2tnw4" path="res://Scenes/Menus/server_form.tscn" id="5_bqbwv"]
|
2023-12-09 01:09:12 +11:00
|
|
|
[ext_resource type="PackedScene" uid="uid://dqqitmhu66a7d" path="res://charselect.tscn" id="5_lvoo2"]
|
2023-11-08 14:28:55 +11:00
|
|
|
[ext_resource type="PackedScene" uid="uid://ddmg342ff2qaq" path="res://Scenes/UI/chatbox.tscn" id="6_wtqwd"]
|
2023-12-17 02:02:16 +11:00
|
|
|
[ext_resource type="AudioStream" uid="uid://dknygn5eyuhxt" path="res://shot1.wav" id="7_npnbo"]
|
|
|
|
|
|
|
|
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_cwnde"]
|
|
|
|
random_pitch = 1.1
|
|
|
|
streams_count = 1
|
|
|
|
stream_0/stream = ExtResource("7_npnbo")
|
|
|
|
stream_0/weight = 1.0
|
2023-11-08 14:28:55 +11:00
|
|
|
|
|
|
|
[node name="multiplayer_lobby" type="Control" node_paths=PackedStringArray("server_form", "scoreboard", "loadout_editor", "chatbox")]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
mouse_filter = 2
|
|
|
|
theme = ExtResource("1_l1spu")
|
|
|
|
script = ExtResource("2_nb860")
|
|
|
|
server_form = NodePath("ServerForm")
|
|
|
|
scoreboard = NodePath("Scoreboard")
|
2023-12-09 01:09:12 +11:00
|
|
|
loadout_editor = NodePath("Control")
|
2023-11-08 14:28:55 +11:00
|
|
|
chatbox = NodePath("Chatbox")
|
|
|
|
|
|
|
|
[node name="ServerForm" parent="." instance=ExtResource("5_bqbwv")]
|
|
|
|
layout_mode = 1
|
|
|
|
offset_left = -151.0
|
|
|
|
offset_top = -112.0
|
|
|
|
offset_right = 151.0
|
|
|
|
offset_bottom = 112.0
|
|
|
|
|
|
|
|
[node name="Scoreboard" parent="." instance=ExtResource("3_f6bia")]
|
|
|
|
visible = false
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = -1
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
offset_left = -472.0
|
|
|
|
offset_right = -50.0
|
|
|
|
grow_horizontal = 0
|
|
|
|
|
2023-12-09 01:09:12 +11:00
|
|
|
[node name="Control" parent="." instance=ExtResource("5_lvoo2")]
|
2023-11-08 14:28:55 +11:00
|
|
|
visible = false
|
|
|
|
layout_mode = 1
|
|
|
|
|
|
|
|
[node name="ReadyButton" type="Button" parent="."]
|
|
|
|
visible = false
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = -1
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = -81.0
|
|
|
|
offset_top = 311.0
|
|
|
|
offset_right = -240.0
|
|
|
|
offset_bottom = 19.0
|
|
|
|
grow_horizontal = 0
|
|
|
|
grow_vertical = 2
|
|
|
|
text = "Ready"
|
|
|
|
|
|
|
|
[node name="Chatbox" parent="." instance=ExtResource("6_wtqwd")]
|
|
|
|
layout_mode = 1
|
|
|
|
|
2023-12-17 02:02:16 +11:00
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
|
|
stream = SubResource("AudioStreamRandomizer_cwnde")
|
|
|
|
bus = &"SFX"
|
|
|
|
|
2023-11-08 14:28:55 +11:00
|
|
|
[connection signal="player_connected" from="." to="Scoreboard" method="add_player"]
|
|
|
|
[connection signal="player_disconnected" from="." to="Scoreboard" method="remove_player"]
|
|
|
|
[connection signal="connect_button_pressed" from="ServerForm" to="." method="connect_to_server"]
|
|
|
|
[connection signal="connect_button_pressed" from="ServerForm" to="ServerForm" method="set_visible" binds= [false]]
|
|
|
|
[connection signal="host_button_pressed" from="ServerForm" to="." method="create_server"]
|
|
|
|
[connection signal="host_button_pressed" from="ServerForm" to="ServerForm" method="set_visible" binds= [false]]
|
2023-12-17 02:02:16 +11:00
|
|
|
[connection signal="mouse_entered" from="ReadyButton" to="." method="_on_button_mouse_entered"]
|
2023-11-08 14:28:55 +11:00
|
|
|
[connection signal="pressed" from="ReadyButton" to="." method="ready_player"]
|
|
|
|
[connection signal="pressed" from="ReadyButton" to="ReadyButton" method="set_visible" binds= [false]]
|