lower illuminance from the sun

This commit is contained in:
yuni 2024-05-01 00:44:47 +02:00
parent b614f723c8
commit c59f8242c9

View file

@ -105,7 +105,7 @@ pub fn setup_camera(
// Add Light from the Sun // Add Light from the Sun
commands.spawn(DirectionalLightBundle { commands.spawn(DirectionalLightBundle {
directional_light: DirectionalLight { directional_light: DirectionalLight {
illuminance: 3000.0, illuminance: 2000.0,
shadows_enabled: settings.shadows_sun, shadows_enabled: settings.shadows_sun,
..default() ..default()
}, },