diff --git a/src/world.rs b/src/world.rs index a642061..e3e81c6 100644 --- a/src/world.rs +++ b/src/world.rs @@ -64,7 +64,7 @@ pub fn setup( // Add Light commands.spawn(DirectionalLightBundle { directional_light: DirectionalLight { - illuminance: light_consts::lux::OVERCAST_DAY, + illuminance: 1000.0, shadows_enabled: true, ..default() },