2024-08-09 06:14:51 +00:00
|
|
|
[gd_scene load_steps=10 format=3 uid="uid://bjhmjrldq4lkt"]
|
2024-08-04 15:00:26 +00:00
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://b3gx0bl43lku3" path="res://Scenes/Player.tscn" id="1_vby0g"]
|
2024-08-09 06:14:51 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://dk8x2aeq1eevf" path="res://Scenes/UI/BootScreen.tscn" id="2_7aede"]
|
2024-08-08 07:20:09 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bvll23f5ibd4v" path="res://Scenes/UI/LaunchScreen.tscn" id="2_7o53i"]
|
2024-08-05 15:54:22 +00:00
|
|
|
[ext_resource type="Script" path="res://Scripts/Launcher.cs" id="2_u5cms"]
|
2024-08-09 03:43:03 +00:00
|
|
|
[ext_resource type="Script" path="res://Scripts/Logic/Scoreboard.cs" id="3_as2wg"]
|
2024-08-05 11:08:28 +00:00
|
|
|
[ext_resource type="Script" path="res://Scripts/Logic/World.cs" id="3_xwguj"]
|
2024-08-09 03:43:03 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bb704b0kpwwkr" path="res://Scenes/UI/PlayerDiedScreen.tscn" id="5_pimes"]
|
2024-08-08 09:10:48 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://c7w5sgq0bshk0" path="res://Scenes/UI/HUD.tscn" id="5_qvun1"]
|
2024-08-04 15:00:26 +00:00
|
|
|
|
2024-08-09 03:43:03 +00:00
|
|
|
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_gyspy"]
|
|
|
|
properties/0/path = NodePath(".:RoundProgress")
|
|
|
|
properties/0/spawn = true
|
|
|
|
properties/0/replication_mode = 1
|
|
|
|
properties/1/path = NodePath(".:RoundTimeLeft")
|
|
|
|
properties/1/spawn = true
|
|
|
|
properties/1/replication_mode = 1
|
|
|
|
|
2024-08-04 15:00:26 +00:00
|
|
|
[node name="Node" type="Node"]
|
|
|
|
|
2024-08-08 07:20:09 +00:00
|
|
|
[node name="LaunchScreen" parent="." node_paths=PackedStringArray("Launcher") instance=ExtResource("2_7o53i")]
|
2024-08-05 15:54:22 +00:00
|
|
|
Launcher = NodePath("../LauncherNode")
|
2024-08-05 08:30:50 +00:00
|
|
|
|
2024-08-09 06:14:51 +00:00
|
|
|
[node name="BootScreen" parent="." node_paths=PackedStringArray("World") instance=ExtResource("2_7aede")]
|
|
|
|
visible = false
|
|
|
|
World = NodePath("../World")
|
|
|
|
|
|
|
|
[node name="LauncherNode" type="Node" parent="." node_paths=PackedStringArray("World", "BootMenu", "Overlay")]
|
2024-08-05 15:54:22 +00:00
|
|
|
script = ExtResource("2_u5cms")
|
|
|
|
World = NodePath("../World")
|
2024-08-09 06:14:51 +00:00
|
|
|
BootMenu = NodePath("../BootScreen")
|
2024-08-08 09:10:48 +00:00
|
|
|
Overlay = NodePath("../OverlayLayer")
|
|
|
|
|
2024-08-09 03:43:03 +00:00
|
|
|
[node name="ScoreboardNode" type="Node" parent="."]
|
|
|
|
script = ExtResource("3_as2wg")
|
|
|
|
|
2024-08-08 09:10:48 +00:00
|
|
|
[node name="OverlayLayer" type="CanvasLayer" parent="."]
|
|
|
|
|
|
|
|
[node name="Hud" parent="OverlayLayer" node_paths=PackedStringArray("World") instance=ExtResource("5_qvun1")]
|
2024-08-09 06:14:51 +00:00
|
|
|
visible = false
|
2024-08-08 09:10:48 +00:00
|
|
|
World = NodePath("../../World")
|
2024-08-05 08:30:50 +00:00
|
|
|
|
2024-08-09 03:43:03 +00:00
|
|
|
[node name="PlayerDiedScreen" parent="OverlayLayer" instance=ExtResource("5_pimes")]
|
|
|
|
visible = false
|
|
|
|
|
|
|
|
[node name="World" type="Node2D" parent="." node_paths=PackedStringArray("Scoreboard")]
|
2024-08-05 11:08:28 +00:00
|
|
|
script = ExtResource("3_xwguj")
|
2024-08-09 03:43:03 +00:00
|
|
|
Scoreboard = NodePath("../ScoreboardNode")
|
2024-08-05 11:08:28 +00:00
|
|
|
PlayerScene = ExtResource("1_vby0g")
|
2024-08-09 03:43:03 +00:00
|
|
|
RoundDuration = 10.0
|
|
|
|
|
|
|
|
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
|
|
|
root_path = NodePath("../World")
|
|
|
|
replication_config = SubResource("SceneReplicationConfig_gyspy")
|
2024-08-05 08:30:50 +00:00
|
|
|
|
2024-08-08 16:42:22 +00:00
|
|
|
[node name="PlayerSpawner" type="MultiplayerSpawner" parent="."]
|
|
|
|
_spawnable_scenes = PackedStringArray("res://Scenes/Player.tscn")
|
2024-08-05 11:08:28 +00:00
|
|
|
spawn_path = NodePath("../World")
|