63 lines
2.3 KiB
Plaintext
63 lines
2.3 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://cxm75j5ougk47"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://pyhlicd4a0ec" path="res://player/player_node.tscn" id="1_27nom"]
|
|
[ext_resource type="Material" uid="uid://b2ttpdiw37sq4" path="res://primitives/platforms/platform_material.tres" id="3_jk0d8"]
|
|
[ext_resource type="PackedScene" uid="uid://tdcxcrg6ktpl" path="res://objectives/objective.tscn" id="3_tfkod"]
|
|
[ext_resource type="PackedScene" uid="uid://d1ps6hp24nbdl" path="res://primitives/Tutorial.blend" id="4_e2dss"]
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_ubtxc"]
|
|
material = ExtResource("3_jk0d8")
|
|
size = Vector2(1000, 1000)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_1hfqu"]
|
|
size = Vector3(1000, 1, 1000)
|
|
|
|
[sub_resource type="Environment" id="Environment_4rftt"]
|
|
background_mode = 1
|
|
ssr_enabled = true
|
|
ssr_max_steps = 50
|
|
glow_enabled = true
|
|
glow_intensity = 0.93
|
|
glow_strength = 0.88
|
|
glow_bloom = 0.16
|
|
glow_blend_mode = 0
|
|
fog_light_color = Color(0.182804, 0.289838, 0.349834, 1)
|
|
fog_density = 0.0
|
|
adjustment_enabled = true
|
|
|
|
[node name="Level0" type="Node3D"]
|
|
|
|
[node name="player" parent="." instance=ExtResource("1_27nom")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.635, 108)
|
|
|
|
[node name="OmniLight3D2" type="OmniLight3D" parent="player"]
|
|
light_energy = 0.228
|
|
omni_range = 4099.65
|
|
|
|
[node name="objective" parent="." instance=ExtResource("3_tfkod")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 12, 0)
|
|
|
|
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 12, 0)
|
|
light_color = Color(0.552941, 1, 1, 1)
|
|
light_energy = 0.338
|
|
omni_range = 4096.0
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("PlaneMesh_ubtxc")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
|
|
shape = SubResource("BoxShape3D_1hfqu")
|
|
|
|
[node name="Tutorial" parent="." instance=ExtResource("4_e2dss")]
|
|
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 0.04, 107)
|
|
|
|
[node name="Tutorial2" parent="." instance=ExtResource("4_e2dss")]
|
|
transform = Transform3D(1.5, 0, 0, 0, -1.5, 0, 0, 0, 1.5, 0, 0.04, 107)
|
|
|
|
[node name="WorldEnvironment2" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_4rftt")
|