19 lines
903 B
Text
19 lines
903 B
Text
[gd_scene load_steps=4 format=3 uid="uid://cem7wppuuoabv"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/main/main.gd" id="1_ld2xt"]
|
|
[ext_resource type="PackedScene" uid="uid://b8p2h0rmwy7qn" path="res://maps/basic_setup.tscn" id="2_jj4oa"]
|
|
[ext_resource type="PackedScene" uid="uid://cdyi1a858p7em" path="res://scenes/hud/hud.tscn" id="3_5vcj4"]
|
|
|
|
[node name="main_scene" type="Node3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -16.7863, -3.32883, 24.6513)
|
|
script = ExtResource("1_ld2xt")
|
|
|
|
[node name="PlayerSpawnLocation" type="Node3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.6904, 3.77566, -3.29229)
|
|
|
|
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="."]
|
|
spawn_path = NodePath("../PlayerSpawnLocation")
|
|
|
|
[node name="terrain_basic_setup" parent="." instance=ExtResource("2_jj4oa")]
|
|
|
|
[node name="Control" parent="." instance=ExtResource("3_5vcj4")]
|