[DesktopVRIK] No toes & Testing

This commit is contained in:
NotAKidoS 2023-05-16 22:19:53 -05:00
parent 00166151f1
commit cbfc1f39b6
4 changed files with 17 additions and 54 deletions

View file

@ -26,11 +26,13 @@ public static class BTKUIAddon
// Calibration Settings
AddMelonToggle(ref desktopVRIKCategory, DesktopVRIK.EntryUseVRIKToes);
AddMelonToggle(ref desktopVRIKCategory, DesktopVRIK.EntryFindUnmappedToes);
// Fine-tuning Settings
AddMelonToggle(ref desktopVRIKCategory, DesktopVRIK.EntryResetFootstepsOnIdle);
// Funny Settings
AddMelonToggle(ref desktopVRIKCategory, DesktopVRIK.EntryProneThrusting);
// Body Leaning Weight
AddMelonSlider(ref desktopVRIKPage, DesktopVRIK.EntryBodyLeanWeight, 0, 1f, 1);