mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2026-06-19 20:05:50 +00:00
16 lines
484 B
XML
16 lines
484 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
<PawnRenderNodeTagDef>
|
|
<defName>RenderNodeTag_Banana</defName>
|
|
</PawnRenderNodeTagDef>
|
|
|
|
<Rimworld_Animations.AnimationPropDef>
|
|
<defName>AnimationProp_Banana</defName>
|
|
<animPropProperties>
|
|
<debugLabel>Banana</debugLabel>
|
|
<tagDef>RenderNodeTag_Banana</tagDef>
|
|
<parentTagDef>Body</parentTagDef>
|
|
<texPath>AnimationProps/Banana/Banana</texPath>
|
|
</animPropProperties>
|
|
</Rimworld_Animations.AnimationPropDef>
|
|
</Defs>
|