mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
build
This commit is contained in:
parent
8a4c934215
commit
fed18860f6
7 changed files with 116 additions and 2 deletions
|
@ -43,6 +43,11 @@ namespace Rimworld_Animations {
|
|||
listingStandard.CheckboxLabeled("Enable Sound Override", ref AnimationSettings.soundOverride);
|
||||
listingStandard.CheckboxLabeled("Control Genital Rotation", ref AnimationSettings.controlGenitalRotation);
|
||||
listingStandard.CheckboxLabeled("Apply Semen on Animation Orgasm", ref AnimationSettings.applySemenOnAnimationOrgasm);
|
||||
|
||||
if(AnimationSettings.applySemenOnAnimationOrgasm) {
|
||||
listingStandard.Label("Recommended--turn down \"Cum on body percent\" in RJW settings to about 33%");
|
||||
}
|
||||
|
||||
listingStandard.CheckboxLabeled("Enable Orgasm Quiver", ref AnimationSettings.orgasmQuiver);
|
||||
listingStandard.CheckboxLabeled("Enable Rape Shiver", ref AnimationSettings.rapeShiver);
|
||||
listingStandard.CheckboxLabeled("Enable hearts during lovin'", ref AnimationSettings.hearts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue