rimworld-animations/1.6/Defs/AnimationPropDefs/AnimationPropDef_Hand.xml
2025-09-17 14:24:47 -07:00

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>