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],
|
||||
color: Color::WHITE,
|
||||
shadows_enabled: true,
|
||||
inner_angle: PI32 / 8.0 * 0.85,
|
||||
outer_angle: PI32 / 4.0,
|
||||
range: 3000.0,
|
||||
inner_angle: PI32 / 8.0 * 0.65,
|
||||
outer_angle: PI32 / 8.0 * 1.2,
|
||||
range: 300000.0,
|
||||
..default()
|
||||
},
|
||||
visibility: Visibility::Hidden,
|
||||
|
|
Loading…
Reference in a new issue