2025-02-17 12:57:31 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://f3lbhroreypw"]
|
2025-02-12 12:07:21 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scenes/utils/game_root/game_root.gd" id="1_ogtsj"]
|
2025-02-17 12:57:31 +00:00
|
|
|
[ext_resource type="Script" path="res://scenes/utils/client_node/client_node.gd" id="2_75551"]
|
2025-02-12 12:07:21 +00:00
|
|
|
|
|
|
|
[node name="GameRoot" type="Node"]
|
|
|
|
script = ExtResource("1_ogtsj")
|
|
|
|
|
|
|
|
[node name="ServerDataSpawner" type="MultiplayerSpawner" parent="."]
|
|
|
|
_spawnable_scenes = PackedStringArray("res://scenes/utils/server_data/server_data.tscn")
|
|
|
|
spawn_path = NodePath("../Utils")
|
|
|
|
spawn_limit = 1
|
|
|
|
|
|
|
|
[node name="Utils" type="Node" parent="."]
|
|
|
|
|
|
|
|
[node name="Level" type="Node3D" parent="."]
|
|
|
|
|
2025-02-17 12:57:31 +00:00
|
|
|
[node name="ClientNode" type="Node3D" parent="."]
|
|
|
|
script = ExtResource("2_75551")
|
|
|
|
|
2025-02-12 12:07:21 +00:00
|
|
|
[connection signal="load_map" from="." to="." method="_on_load_map"]
|