chain levels with spaghetti
This commit is contained in:
parent
7a18c4f8c6
commit
6a59b54c11
10 changed files with 465 additions and 15 deletions
24
levels/forest/environment.tscn
Normal file
24
levels/forest/environment.tscn
Normal file
|
@ -0,0 +1,24 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://w4h8ip754qnb"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_clvpw"]
|
||||
sky_top_color = Color(0, 0.504542, 0.579919, 1)
|
||||
sky_horizon_color = Color(9.62615e-08, 0.776269, 0.496436, 1)
|
||||
sky_curve = 0.219613
|
||||
ground_bottom_color = Color(0.078119, 0.275869, 4.81308e-08, 1)
|
||||
ground_horizon_color = Color(0.300489, 0.406247, 0.0024617, 1)
|
||||
sun_angle_max = 224.83
|
||||
sun_curve = 0.212132
|
||||
|
||||
[sub_resource type="Sky" id="Sky_8w3rf"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_clvpw")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_nda78"]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_8w3rf")
|
||||
sky_rotation = Vector3(0.0872665, 0.698132, 0.0872665)
|
||||
ambient_light_source = 3
|
||||
ambient_light_color = Color(1, 1, 1, 1)
|
||||
reflected_light_source = 2
|
||||
|
||||
[node name="Environment" type="WorldEnvironment"]
|
||||
environment = SubResource("Environment_nda78")
|
Loading…
Add table
Add a link
Reference in a new issue