31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
|
|
[gd_scene load_steps=6 format=3 uid="uid://djtq6hbp70kut"]
|
||
|
|
|
||
|
|
[ext_resource type="AudioStream" uid="uid://ct3uuavm1big1" path="res://sounds/music/Lobo Loco - 04 (Mountain Bells22).mp3" id="1_akca7"]
|
||
|
|
[ext_resource type="Script" uid="uid://dyd0ho3j1wst4" path="res://scenes/environments/base_environment.gd" id="1_pm2xn"]
|
||
|
|
|
||
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_yw8f4"]
|
||
|
|
|
||
|
|
[sub_resource type="Sky" id="Sky_uwrxv"]
|
||
|
|
sky_material = SubResource("ProceduralSkyMaterial_yw8f4")
|
||
|
|
|
||
|
|
[sub_resource type="Environment" id="Environment_jtak5"]
|
||
|
|
background_mode = 2
|
||
|
|
sky = SubResource("Sky_uwrxv")
|
||
|
|
ambient_light_source = 3
|
||
|
|
reflected_light_source = 2
|
||
|
|
|
||
|
|
[node name="base_environment" type="Node3D"]
|
||
|
|
script = ExtResource("1_pm2xn")
|
||
|
|
|
||
|
|
[node name="world" type="WorldEnvironment" parent="."]
|
||
|
|
environment = SubResource("Environment_jtak5")
|
||
|
|
|
||
|
|
[node name="sun" type="DirectionalLight3D" parent="."]
|
||
|
|
transform = Transform3D(0.49999997, 0.43301272, -0.75000006, 0, 0.8660254, 0.50000006, 0.86602545, -0.24999999, 0.43301266, 0, 225, 0)
|
||
|
|
|
||
|
|
[node name="sounds" type="Node3D" parent="."]
|
||
|
|
|
||
|
|
[node name="game_music" type="AudioStreamPlayer" parent="sounds"]
|
||
|
|
stream = ExtResource("1_akca7")
|
||
|
|
parameters/looping = true
|