2022-10-31 18:43:59 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://cem7wppuuoabv"]
|
2022-02-12 19:45:44 +00:00
|
|
|
|
2022-02-15 20:41:14 +00:00
|
|
|
[ext_resource type="Script" path="res://scenes/main/main.gd" id="1_ld2xt"]
|
2022-02-16 21:29:17 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://b8p2h0rmwy7qn" path="res://maps/basic_setup.tscn" id="2_jj4oa"]
|
2022-02-12 19:45:44 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://cdyi1a858p7em" path="res://scenes/hud/hud.tscn" id="3_5vcj4"]
|
|
|
|
|
|
|
|
[node name="main_scene" type="Node3D"]
|
2022-06-15 20:53:34 +00:00
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -16.7863, -3.32883, 24.6513)
|
2022-08-09 14:40:08 +00:00
|
|
|
script = ExtResource("1_ld2xt")
|
2022-02-12 19:45:44 +00:00
|
|
|
|
2022-10-31 18:43:59 +00:00
|
|
|
[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")
|
2022-02-12 19:45:44 +00:00
|
|
|
|
2022-08-09 14:40:08 +00:00
|
|
|
[node name="terrain_basic_setup" parent="." instance=ExtResource("2_jj4oa")]
|
2022-02-12 19:45:44 +00:00
|
|
|
|
2022-08-09 14:40:08 +00:00
|
|
|
[node name="Control" parent="." instance=ExtResource("3_5vcj4")]
|