Refine player movement and world atmosphere
This commit is contained in:
parent
8f5f6c2603
commit
50e181249c
3 changed files with 45 additions and 31 deletions
|
|
@ -8,15 +8,18 @@ sky = ExtResource("1_sky")
|
|||
background_energy_multiplier = 0.85
|
||||
ambient_light_source = 3
|
||||
ambient_light_sky_contribution = 1.0
|
||||
ambient_light_energy = 0.9
|
||||
ambient_light_energy = 0.96
|
||||
reflected_light_source = 2
|
||||
fog_enabled = true
|
||||
fog_mode = 1
|
||||
fog_light_color = Color(0.54902, 0.74902, 0.764706, 1)
|
||||
fog_light_energy = 0.75
|
||||
fog_density = 0.0025
|
||||
fog_aerial_perspective = 0.2
|
||||
fog_sky_affect = 0.15
|
||||
fog_light_energy = 0.82
|
||||
fog_aerial_perspective = 0.35
|
||||
fog_sky_affect = 0.35
|
||||
fog_depth_curve = 1.6
|
||||
fog_depth_begin = 42.0
|
||||
fog_depth_end = 170.0
|
||||
adjustment_enabled = true
|
||||
adjustment_brightness = 0.9
|
||||
adjustment_brightness = 0.95
|
||||
adjustment_contrast = 0.89
|
||||
adjustment_saturation = 0.91
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ environment = ExtResource("4_environment")
|
|||
[node name="Sun" type="DirectionalLight3D" parent="Environment"]
|
||||
rotation_degrees = Vector3(-54, -32, 0)
|
||||
light_color = Color(1, 0.945098, 0.721569, 1)
|
||||
light_energy = 0.58
|
||||
light_energy = 0.62
|
||||
shadow_enabled = false
|
||||
shadow_opacity = 0.58
|
||||
shadow_blur = 2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue