mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
tweak
This commit is contained in:
parent
c0d2225805
commit
072f5adac3
2 changed files with 5 additions and 0 deletions
Binary file not shown.
|
@ -70,6 +70,11 @@ namespace Rimworld_Animations {
|
||||||
orassanv.x = 0.12f;
|
orassanv.x = 0.12f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else
|
||||||
|
{
|
||||||
|
orassanv.z -= 0.03f;
|
||||||
|
}
|
||||||
|
|
||||||
orassanv = orassanv.RotatedBy(pawnAnimator.headAngle);
|
orassanv = orassanv.RotatedBy(pawnAnimator.headAngle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue