This commit is contained in:
c0ffee 2021-08-12 15:17:28 -07:00
parent c0d2225805
commit 072f5adac3
2 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ namespace Rimworld_Animations {
orassanv.x = 0.12f;
}
else
{
orassanv.z -= 0.03f;
}
orassanv = orassanv.RotatedBy(pawnAnimator.headAngle);
}
}