Bug fixes and build files

This commit is contained in:
AbstractConcept 2022-09-27 00:56:35 -05:00
parent 73f7e32e0c
commit 0e653f863a
252 changed files with 25598 additions and 90 deletions

View file

@ -0,0 +1,44 @@
<?xml version="1.0"?>
<Defs>
<Rimworld_Animations.AnimationDef>
<defName>newAnimation</defName>
<label>New Animation</label>
<sounds>true</sounds>
<sexTypes>
<li>None</li>
</sexTypes>
<actors>
<li>
<defNames>
<li>Human</li>
</defNames>
</li>
</actors>
<animationStages>
<li>
<stageName>NewStage</stageName>
<stageIndex>0</stageIndex>
<playTimeTicks>600</playTimeTicks>
<playTimeTicksQuick>-1</playTimeTicksQuick>
<isLooping>false</isLooping>
<animationClips>
<li Class="Rimworld_Animations.PawnAnimationClip">
<layer>Pawn</layer>
<keyframes>
<li>
<tickDuration>599</tickDuration>
<headFacing>2</headFacing>
<bodyFacing>2</bodyFacing>
</li>
<li>
<tickDuration>1</tickDuration>
<headFacing>2</headFacing>
<bodyFacing>2</bodyFacing>
</li>
</keyframes>
</li>
</animationClips>
</li>
</animationStages>
</Rimworld_Animations.AnimationDef>
</Defs>