some arm finetuning

This commit is contained in:
Bixilon 2022-12-14 15:29:33 +01:00
parent d8d7a9408b
commit 0964368375
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -31,6 +31,6 @@ class FirstPersonArmAnimator(private val player: PlayerModel) : SkeletalAnimatio
if (channel != KeyframeChannels.ROTATION) {
return null
}
return Vec3(140, -20, -10)
return Vec3(120, -20, -10)
}
}