explicit luminance
This commit is contained in:
parent
3317666ec2
commit
67fcd8096d
|
@ -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()
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue