smaller flashlight cone
This commit is contained in:
parent
3105b75b1c
commit
afb67d0d0f
|
@ -1077,9 +1077,9 @@ fn spawn_entities(
|
||||||
intensity: actor::FLASHLIGHT_INTENSITY[prefs.flashlight_power],
|
intensity: actor::FLASHLIGHT_INTENSITY[prefs.flashlight_power],
|
||||||
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.65,
|
||||||
outer_angle: PI32 / 4.0,
|
outer_angle: PI32 / 8.0 * 1.2,
|
||||||
range: 3000.0,
|
range: 300000.0,
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
visibility: Visibility::Hidden,
|
visibility: Visibility::Hidden,
|
||||||
|
|
Loading…
Reference in a new issue