mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 11:54:59 -04:00
even better fov multiplier
This commit is contained in:
parent
e94c95c2a8
commit
bd160145ec
@ -624,7 +624,7 @@ class LocalPlayerEntity(
|
|||||||
sendMovementPackets()
|
sendMovementPackets()
|
||||||
|
|
||||||
lastFovMultiplier = currentFovMultiplier
|
lastFovMultiplier = currentFovMultiplier
|
||||||
currentFovMultiplier = MMath.clamp((1.0 + walkingSpeed * 1.5), 1.0, 2.0)
|
currentFovMultiplier = 1.0 + MMath.clamp(walkingSpeed * 1.6, -2.0, 2.0)
|
||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user