mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
Code refactor
This commit is contained in:
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 |
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue