34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://dls7ggmf46ia0"]
|
|
|
|
[ext_resource type="Script" uid="uid://caefudn8tgqpr" path="res://activation.gd" id="1_tlwt5"]
|
|
[ext_resource type="PackedScene" uid="uid://chbs3naovk63w" path="res://player.tscn" id="3_036b0"]
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_fj7yv"]
|
|
sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
|
|
ground_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
|
|
|
|
[sub_resource type="Sky" id="Sky_tlwt5"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_fj7yv")
|
|
|
|
[sub_resource type="Environment" id="Environment_aqk2v"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_tlwt5")
|
|
tonemap_mode = 2
|
|
glow_enabled = true
|
|
|
|
[node name="Root" type="Node3D"]
|
|
script = ExtResource("1_tlwt5")
|
|
wanted_world = 1
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_aqk2v")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(-0.866023, -0.433016, 0.250001, 0, 0.499998, 0.866027, -0.500003, 0.749999, -0.43301, 0, 0, 0)
|
|
shadow_enabled = true
|
|
|
|
[node name="Player" parent="." instance=ExtResource("3_036b0")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9.182447, 0.6673207, 0.0726881)
|
|
|
|
[connection signal="change_world" from="." to="." method="_on_change_world"]
|