brighter flashlight
This commit is contained in:
parent
6b0dd36859
commit
f2ed30a5b6
|
@ -1043,12 +1043,12 @@ fn spawn_entities(
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
spot_light: SpotLight {
|
spot_light: SpotLight {
|
||||||
intensity: 40_000_000.0, // lumens
|
intensity: 400_000_000.0, // lumens
|
||||||
color: Color::WHITE,
|
color: Color::WHITE,
|
||||||
shadows_enabled: true,
|
shadows_enabled: true,
|
||||||
inner_angle: PI32 / 8.0 * 0.85,
|
inner_angle: PI32 / 8.0 * 0.85,
|
||||||
outer_angle: PI32 / 4.0,
|
outer_angle: PI32 / 4.0,
|
||||||
range: 2000.0,
|
range: 3000.0,
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
visibility: Visibility::Hidden,
|
visibility: Visibility::Hidden,
|
||||||
|
|
Loading…
Reference in a new issue