brighter directional illumination

This commit is contained in:
yuni 2024-04-24 16:58:56 +02:00
parent b0407135a1
commit 579a354f50

View file

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