mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
Squashed commit of the following:
commitaf4dab5546
Author: AbstractConcept <abstract.concept@mail.com> Date: Mon Oct 31 19:58:41 2022 -0500 Code refactor commite14a12f2ab
Author: AbstractConcept <abstract.concept@mail.com> Date: Mon Oct 31 00:44:53 2022 -0500 Code refactor commit5ca7e486f8
Author: AbstractConcept <abstract.concept@mail.com> Date: Fri Oct 28 19:52:58 2022 -0500 Code refactor commita55ba7b95b
Author: AbstractConcept <abstract.concept@mail.com> Date: Fri Oct 28 00:28:51 2022 -0500 Code refactor commit757badf4f6
Author: AbstractConcept <abstract.concept@mail.com> Date: Thu Oct 27 00:56:04 2022 -0500 Code refactor
This commit is contained in:
parent
cd4711a8e5
commit
bb2cc29393
603 changed files with 9200 additions and 7528 deletions
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0"?>
|
||||
<ArrayOfActorAddonDef>
|
||||
|
||||
<ActorAddonDef>
|
||||
<addonName>left hand</addonName>
|
||||
<label>Hand (left)</label>
|
||||
<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>
|
||||
<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>
|
||||
<graphicData>
|
||||
<texPath>Textures/SexToys/Dildo</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
<shaderType>Cutout</shaderType>
|
||||
<drawSize>(1,1)</drawSize>
|
||||
</graphicData>
|
||||
</ActorAddonDef>
|
||||
|
||||
</ArrayOfActorAddonDef>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<ArrayOfAlienRaceDef>
|
||||
<AlienRaceDef>
|
||||
<ArrayOfPawnRaceDef>
|
||||
<PawnRaceDef>
|
||||
<defName>Human</defName>
|
||||
<isHumanoid>true</isHumanoid>
|
||||
<scale>1</scale>
|
||||
|
@ -90,11 +90,11 @@
|
|||
<path>Textures\Humanlike\Heads\Head2.png</path>
|
||||
</southGraphic>
|
||||
</headGraphics>
|
||||
</AlienRaceDef>
|
||||
<AlienRaceDef>
|
||||
</PawnRaceDef>
|
||||
<PawnRaceDef>
|
||||
<defName>Wolf_Timber</defName>
|
||||
<isHumanoid>false</isHumanoid>
|
||||
<scale>1.3333</scale>
|
||||
<scale>1.3</scale>
|
||||
<bodyTypeGraphics>
|
||||
<MultiDirectionalGraphic>
|
||||
<bodyType>None</bodyType>
|
||||
|
@ -145,11 +145,11 @@
|
|||
<eastGraphic />
|
||||
<southGraphic />
|
||||
</headGraphics>
|
||||
</AlienRaceDef>
|
||||
<AlienRaceDef>
|
||||
</PawnRaceDef>
|
||||
<PawnRaceDef>
|
||||
<defName>Horse</defName>
|
||||
<isHumanoid>false</isHumanoid>
|
||||
<scale>0.70</scale>
|
||||
<scale>1.3667</scale>
|
||||
<bodyTypeGraphics>
|
||||
<MultiDirectionalGraphic>
|
||||
<bodyType>Male</bodyType>
|
||||
|
@ -200,5 +200,5 @@
|
|||
<eastGraphic />
|
||||
<southGraphic />
|
||||
</headGraphics>
|
||||
</AlienRaceDef>
|
||||
</ArrayOfAlienRaceDef>
|
||||
</PawnRaceDef>
|
||||
</ArrayOfPawnRaceDef>
|
Loading…
Add table
Add a link
Reference in a new issue