2024-05-25 10:10:24 -06:00
|
|
|
[gd_scene load_steps=8 format=3 uid="uid://b00brfkibo5cj"]
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bq654gwim6col" path="res://level/level.glb" id="1_s37in"]
|
|
|
|
[ext_resource type="Environment" uid="uid://covjrwmk4rplw" path="res://level/world_environment.tres" id="2_ptkl6"]
|
2024-05-25 17:15:59 -06:00
|
|
|
[ext_resource type="Script" path="res://level/level.gd" id="2_s1bx6"]
|
2024-05-25 10:10:24 -06:00
|
|
|
[ext_resource type="Script" path="res://addons/smoother/smoother.gd" id="5_2tyle"]
|
2024-05-25 17:15:59 -06:00
|
|
|
[ext_resource type="Script" path="res://level/PlayerSpawner.gd" id="6_7ww0m"]
|
2024-05-25 10:10:24 -06:00
|
|
|
|
|
|
|
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_ujmev"]
|
|
|
|
margin = 2.067
|
|
|
|
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_qp06x"]
|
|
|
|
size = Vector3(2, 0.1, 2)
|
|
|
|
|
|
|
|
[node name="level" instance=ExtResource("1_s37in")]
|
2024-05-25 17:15:59 -06:00
|
|
|
script = ExtResource("2_s1bx6")
|
2024-05-25 10:10:24 -06:00
|
|
|
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="." index="0"]
|
|
|
|
environment = ExtResource("2_ptkl6")
|
|
|
|
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="WorldEnvironment" index="0"]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 0.566018, 0.824393, 0, -0.824393, 0.566018, 0, 13.4573, 0)
|
|
|
|
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="Plane" index="0"]
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Plane/StaticBody3D" index="0"]
|
|
|
|
transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0, 0)
|
|
|
|
shape = SubResource("WorldBoundaryShape3D_ujmev")
|
|
|
|
|
|
|
|
[node name="CollisionShape3D2" type="CollisionShape3D" parent="Plane/StaticBody3D" index="1"]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.05, 0)
|
|
|
|
shape = SubResource("BoxShape3D_qp06x")
|
|
|
|
|
2024-05-25 17:15:59 -06:00
|
|
|
[node name="Players" type="Node3D" parent="." index="3"]
|
|
|
|
unique_name_in_owner = true
|
2024-05-25 10:10:24 -06:00
|
|
|
|
2024-05-25 17:15:59 -06:00
|
|
|
[node name="PlayerSpawner" type="MultiplayerSpawner" parent="." index="4"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
_spawnable_scenes = PackedStringArray("res://player/player.tscn")
|
|
|
|
spawn_path = NodePath("../Players")
|
|
|
|
script = ExtResource("6_7ww0m")
|
2024-05-25 10:10:24 -06:00
|
|
|
|
|
|
|
[node name="Smoother" type="Node" parent="." index="5"]
|
|
|
|
script = ExtResource("5_2tyle")
|