Skip to content

Commit

Permalink
New anime preset
Browse files Browse the repository at this point in the history
  • Loading branch information
acidbubbles committed Mar 18, 2021
1 parent e475a31 commit 629ef2c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Glance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public override void Init()
"Horny",
"Shy",
"Focused",
"Anime",
}, "", "Apply preset") { isStorable = false };
CreateScrollablePopup(presetsJSON, true);
presetsJSON.setCallbackFunction = val =>
Expand Down Expand Up @@ -217,6 +218,18 @@ public override void Init()
_blinkSpaceMinJSON.val = 4f;
_blinkSpaceMaxJSON.val = 8f;
break;
case "Anime":
_personsMouthWeightJSON.val = 0f;
_playerMouthWeightJSON.val = 0f;
_frustrumJSON.val = 35f;
_saccadeMinDurationJSON.val = 0.07f;
_saccadeMaxDurationJSON.val = 0.07f;
_saccadeRangeJSON.val = 0.035f;
_blinkSpaceMinJSON.val = 0.3f;
_blinkSpaceMaxJSON.val = 3f;
_blinkTimeMinJSON.val = 0.15f;
_blinkTimeMaxJSON.val = 0.15f;
break;
}
};

Expand Down

0 comments on commit 629ef2c

Please sign in to comment.