mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
Race customization and data saving
This commit is contained in:
parent
2f3f807911
commit
d3b676df06
456 changed files with 6388 additions and 419 deletions
|
@ -47,7 +47,7 @@ namespace RimWorldAnimationStudio
|
|||
}
|
||||
}
|
||||
|
||||
else
|
||||
else if (rotation == 1)
|
||||
{
|
||||
switch (bodyType)
|
||||
{
|
||||
|
@ -59,6 +59,19 @@ namespace RimWorldAnimationStudio
|
|||
default: return Vector3.zero;
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
switch (bodyType)
|
||||
{
|
||||
case "Male": return new Vector3(-0.07f, 0f, -0.41f);
|
||||
case "Female": return new Vector3(-0.07f, 0f, -0.47f);
|
||||
case "Thin": return new Vector3(0.05f, 0f, -0.43f);
|
||||
case "Hulk": return new Vector3(0.03f, 0f, -0.64f);
|
||||
case "Fat": return new Vector3(-0.24f, 0f, -0.50f);
|
||||
default: return Vector3.zero;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue