mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
offset tweaks
This commit is contained in:
parent
2ee8975fd0
commit
414cf3dce4
4 changed files with 7 additions and 8 deletions
|
@ -15,6 +15,6 @@ namespace Rimworld_Animations {
|
|||
public string gender;
|
||||
public bool isFucking = false;
|
||||
public bool isFucked = false;
|
||||
public Vector3 offset = new Vector3(0, 0, 0);
|
||||
public Vector3 offset = new Vector2(0, 0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue