mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
more offset
This commit is contained in:
parent
1f29cea97b
commit
b0f619662b
1 changed files with 2 additions and 2 deletions
|
@ -76,11 +76,11 @@ namespace Rimworld_Animations {
|
||||||
|
|
||||||
if (bodyAddon.bodyPart.Contains("right"))
|
if (bodyAddon.bodyPart.Contains("right"))
|
||||||
{
|
{
|
||||||
orassanv.x += 0.03f;
|
orassanv.x += 0.05f;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
orassanv.x -= 0.03f;
|
orassanv.x -= 0.05f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
orassanv = orassanv.RotatedBy(pawnAnimator.headAngle);
|
orassanv = orassanv.RotatedBy(pawnAnimator.headAngle);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue