This commit is contained in:
c0ffee 2021-08-04 19:34:08 -07:00
parent c35db85936
commit a8ea954594
2 changed files with 10 additions and 0 deletions

View file

@ -51,6 +51,16 @@ namespace Rimworld_Animations {
if (pawnAnimator.headFacing == Rot4.North)
{
orassanv.z -= 0.1f;
orassanv.y += 1f;
if(bodyAddon.bodyPart.Contains("left"))
{
orassanv.x += 0.03f;
} else
{
orassanv.x -= 0.03f;
}
}
else if (pawnAnimator.headFacing == Rot4.East)
{