Initial commit
This commit is contained in:
commit
7d30fa63d1
16 changed files with 447 additions and 0 deletions
17
environments/prototype_environment.tres
Normal file
17
environments/prototype_environment.tres
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="Environment" load_steps=3 format=3 uid="uid://d0cfgtx2yxw13"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_jbyth"]
|
||||
sky_top_color = Color(0.611964, 0.34068638, 0.53929067, 1)
|
||||
sky_horizon_color = Color(0.8666667, 0.58431375, 0.2901961, 1)
|
||||
ground_bottom_color = Color(0.5769791, 0.25687963, 0.34936488, 1)
|
||||
ground_horizon_color = Color(0.8666667, 0.58431375, 0.2901961, 1)
|
||||
|
||||
[sub_resource type="Sky" id="Sky_hb4cm"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_jbyth")
|
||||
|
||||
[resource]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_hb4cm")
|
||||
tonemap_mode = 3
|
||||
volumetric_fog_enabled = true
|
||||
volumetric_fog_density = 0.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue