Small refactor
This commit is contained in:
parent
881feecd67
commit
7a46a46fe7
107 changed files with 165 additions and 157 deletions
19
assets/environments/prototype_environment.tres
Normal file
19
assets/environments/prototype_environment.tres
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[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")
|
||||
ambient_light_color = Color(1, 1, 1, 1)
|
||||
tonemap_mode = 3
|
||||
ssr_enabled = true
|
||||
ssao_enabled = true
|
||||
volumetric_fog_density = 0.0
|
||||
27
assets/environments/prototype_snow_environment.tres
Normal file
27
assets/environments/prototype_snow_environment.tres
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[gd_resource type="Environment" load_steps=3 format=3 uid="uid://dr1bjp8bpe5n6"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_jbyth"]
|
||||
sky_top_color = Color(0.51379687, 0.65960854, 0.7036598, 1)
|
||||
sky_horizon_color = Color(0.4456907, 0.4456907, 0.4456907, 1)
|
||||
ground_bottom_color = Color(0.73081446, 0.73081446, 0.73081446, 1)
|
||||
sun_angle_max = 15.0
|
||||
|
||||
[sub_resource type="Sky" id="Sky_hb4cm"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_jbyth")
|
||||
|
||||
[resource]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_hb4cm")
|
||||
ambient_light_color = Color(1, 1, 1, 1)
|
||||
tonemap_mode = 3
|
||||
ssr_enabled = true
|
||||
ssao_enabled = true
|
||||
glow_enabled = true
|
||||
glow_levels/5 = 0.44
|
||||
glow_normalized = true
|
||||
glow_blend_mode = 0
|
||||
fog_enabled = true
|
||||
fog_light_color = Color(0.85979897, 0.85979897, 0.85979897, 1)
|
||||
fog_aerial_perspective = 0.14
|
||||
volumetric_fog_density = 0.2727
|
||||
adjustment_enabled = true
|
||||
13
assets/environments/split_environment.tres
Normal file
13
assets/environments/split_environment.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Environment" load_steps=3 format=3 uid="uid://ybeuqwdb504c"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_xjw7r"]
|
||||
sky_top_color = Color(0.6256585, 0.8292434, 0.9808864, 1)
|
||||
sky_horizon_color = Color(0.53361595, 0.7450959, 0.83056223, 1)
|
||||
ground_horizon_color = Color(0.53361595, 0.7450959, 0.83056223, 1)
|
||||
|
||||
[sub_resource type="Sky" id="Sky_nv7aj"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_xjw7r")
|
||||
|
||||
[resource]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_nv7aj")
|
||||
Loading…
Add table
Add a link
Reference in a new issue