mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
Added editable stage lengths
This commit is contained in:
parent
8523abf957
commit
d2ca61c61c
194 changed files with 820 additions and 269 deletions
|
@ -13,8 +13,8 @@ namespace RimWorldAnimationStudio
|
|||
public int playTimeTicksQuick = -1;
|
||||
public bool isLooping = false;
|
||||
|
||||
[XmlArray("animationClips"), XmlArrayItem("li")]
|
||||
public List<PawnAnimationClip> animationClips = new List<PawnAnimationClip>();
|
||||
[XmlArray("animationClips"), XmlArrayItem("li")] public List<PawnAnimationClip> animationClips = new List<PawnAnimationClip>();
|
||||
[XmlIgnore] public int stageWindowSize = -1;
|
||||
|
||||
public void Initialize()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue