Refine player movement and world atmosphere

This commit is contained in:
Alexander Sellite 2026-08-01 16:22:33 -04:00
parent 8f5f6c2603
commit 50e181249c
3 changed files with 45 additions and 31 deletions

View file

@ -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