mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2026-06-18 19:35:58 +00:00
20 lines
667 B
XML
20 lines
667 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
|
|
<PawnRenderNodeTagDef>
|
|
<defName>RenderNodeTag_Xray_Inside</defName>
|
|
</PawnRenderNodeTagDef>
|
|
|
|
<Rimworld_Animations.AnimationPropDef>
|
|
<defName>AnimationProp_Xray_Inside</defName>
|
|
<animPropProperties Class="Rimworld_Animations.PawnRenderNodeProperties_GraphicVariants">
|
|
<debugLabel>Xray Inside</debugLabel>
|
|
<tagDef>RenderNodeTag_Xray_Inside</tagDef>
|
|
<absoluteTransform>True</absoluteTransform>
|
|
<parentTagDef>Body</parentTagDef>
|
|
<!-- for height -->
|
|
<texPathVariantsDef>TexPathVariants_Xray_Inside</texPathVariantsDef>
|
|
</animPropProperties>
|
|
</Rimworld_Animations.AnimationPropDef>
|
|
|
|
</Defs>
|