mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 11:54:59 -04:00
some arm finetuning
This commit is contained in:
parent
d8d7a9408b
commit
0964368375
@ -31,6 +31,6 @@ class FirstPersonArmAnimator(private val player: PlayerModel) : SkeletalAnimatio
|
|||||||
if (channel != KeyframeChannels.ROTATION) {
|
if (channel != KeyframeChannels.ROTATION) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
return Vec3(140, -20, -10)
|
return Vec3(120, -20, -10)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user