Code refactor

This commit is contained in:
AbstractConcept 2022-10-31 19:58:41 -05:00
parent e14a12f2ab
commit af4dab5546
278 changed files with 468 additions and 668 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

@ -4,19 +4,35 @@
<ActorAddonDef>
<addonName>left hand</addonName>
<label>Hand (left)</label>
<scale>0.6667</scale>
<graphicData>
<texPath>Textures/Humanlike/Hands/HandClean</texPath>
<graphicClass>Graphic_Single</graphicClass>
<shaderType>Cutout</shaderType>
<drawSize>(0.6,0.6)</drawSize>
</graphicData>
</ActorAddonDef>
<ActorAddonDef>
<addonName>right hand</addonName>
<label>Hand (right)</label>
<scale>0.6667</scale>
<graphicData>
<texPath>Textures/Humanlike/Hands/HandClean</texPath>
<graphicClass>Graphic_Single</graphicClass>
<shaderType>Cutout</shaderType>
<drawSize>(0.6,0.6)</drawSize>
</graphicData>
</ActorAddonDef>
<ActorAddonDef>
<addonName>dildo</addonName>
<label>Sex toy</label>
<scale>1</scale>
<graphicData>
<texPath>Textures/SexToys/Dildo</texPath>
<graphicClass>Graphic_Single</graphicClass>
<shaderType>Cutout</shaderType>
<drawSize>(1,1)</drawSize>
</graphicData>
</ActorAddonDef>
</ArrayOfActorAddonDef>