61 lines
2.4 KiB
Plaintext
61 lines
2.4 KiB
Plaintext
[gd_scene format=3 uid="uid://dxap1hj0okhli"]
|
|
|
|
[ext_resource type="Script" uid="uid://dj0cgqed5n3ys" path="res://level.gd" id="1_0b4ue"]
|
|
[ext_resource type="PackedScene" uid="uid://cmb3b7xrlboy3" path="res://player.tscn" id="1_u52ul"]
|
|
[ext_resource type="Script" uid="uid://b5ebibi08tjvd" path="res://camera_3d.gd" id="2_vonw3"]
|
|
[ext_resource type="Script" uid="uid://oy8s25dl6g4a" path="res://special_camera.gd" id="4_0b4ue"]
|
|
|
|
[sub_resource type="Environment" id="Environment_vonw3"]
|
|
ambient_light_source = 2
|
|
ambient_light_color = Color(1, 1, 1, 1)
|
|
glow_bloom = 0.25
|
|
fog_enabled = true
|
|
fog_light_color = Color(0.58224267, 0.5609305, 0.32954878, 1)
|
|
fog_light_energy = 2.38
|
|
fog_sun_scatter = 0.37
|
|
fog_density = 0.0
|
|
fog_sky_affect = 0.39
|
|
fog_height = 2.3
|
|
|
|
[node name="Level" type="Node3D" unique_id=1248504413]
|
|
script = ExtResource("1_0b4ue")
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=2012504496]
|
|
environment = SubResource("Environment_vonw3")
|
|
|
|
[node name="Player" parent="." unique_id=1536233267 instance=ExtResource("1_u52ul")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.8361101, 0)
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="." unique_id=2083164402]
|
|
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, 1, 0, -1, -4.371139e-08, 0, 56.95375, 0)
|
|
current = true
|
|
fov = 55.0
|
|
script = ExtResource("2_vonw3")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=1835820889]
|
|
transform = Transform3D(0.8695725, -0.45099428, 0.20111632, 0, 0.4072787, 0.91330403, -0.49380532, -0.7941841, 0.35415834, 5.7922945, 3.8191757, 14.293542)
|
|
shadow_enabled = true
|
|
|
|
[node name="ChunkContainer" type="Node3D" parent="." unique_id=166513533]
|
|
|
|
[node name="SubViewportContainer" type="SubViewportContainer" parent="." unique_id=2002031723]
|
|
offset_top = 1.0
|
|
offset_right = 207.0
|
|
offset_bottom = 196.0
|
|
stretch = true
|
|
|
|
[node name="SubViewport" type="SubViewport" parent="SubViewportContainer" unique_id=1364308452]
|
|
handle_input_locally = false
|
|
size = Vector2i(207, 195)
|
|
render_target_update_mode = 4
|
|
|
|
[node name="SpecialCamera" type="Camera3D" parent="SubViewportContainer/SubViewport" unique_id=684008087]
|
|
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, 1, 0, -1, -4.371139e-08, 0, 139.07289, 0)
|
|
projection = 1
|
|
current = true
|
|
fov = 55.0
|
|
size = 100.0
|
|
script = ExtResource("4_0b4ue")
|
|
|
|
[connection signal="station_reached" from="Player" to="." method="_on_player_station_reached"]
|