lower illuminance from the sun
This commit is contained in:
parent
b614f723c8
commit
c59f8242c9
|
@ -105,7 +105,7 @@ pub fn setup_camera(
|
|||
// Add Light from the Sun
|
||||
commands.spawn(DirectionalLightBundle {
|
||||
directional_light: DirectionalLight {
|
||||
illuminance: 3000.0,
|
||||
illuminance: 2000.0,
|
||||
shadows_enabled: settings.shadows_sun,
|
||||
..default()
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue