mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2026-06-18 19:35:58 +00:00
21 lines
No EOL
737 B
XML
21 lines
No EOL
737 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
<PawnRenderNodeTagDef>
|
|
<defName>RenderNodeTag_Hand</defName>
|
|
</PawnRenderNodeTagDef>
|
|
|
|
<Rimworld_Animations.AnimationPropDef>
|
|
<defName>AnimationProp_Hand</defName>
|
|
<animPropProperties Class="Rimworld_Animations.PawnRenderNodeProperties_GraphicVariants">
|
|
<debugLabel>Hand</debugLabel>
|
|
<tagDef>RenderNodeTag_Hand</tagDef>
|
|
<absoluteTransform>True</absoluteTransform>
|
|
<parentTagDef>Root</parentTagDef>
|
|
<texPath>AnimationProps/Hand/Hand</texPath>
|
|
<!-- for height -->
|
|
<useSkinShader>True</useSkinShader>
|
|
<linkedBodyPartsGroup>LeftHand</linkedBodyPartsGroup>
|
|
<colorType>Skin</colorType>
|
|
</animPropProperties>
|
|
</Rimworld_Animations.AnimationPropDef>
|
|
</Defs> |