more offset

This commit is contained in:
c0ffee 2021-08-12 16:03:26 -07:00
parent 1f29cea97b
commit b0f619662b
1 changed files with 2 additions and 2 deletions

View File

@ -76,11 +76,11 @@ namespace Rimworld_Animations {
if (bodyAddon.bodyPart.Contains("right"))
{
orassanv.x += 0.03f;
orassanv.x += 0.05f;
}
else
{
orassanv.x -= 0.03f;
orassanv.x -= 0.05f;
}
}
orassanv = orassanv.RotatedBy(pawnAnimator.headAngle);