test reset footsteps option

This commit is contained in:
NotAKidoS 2023-03-29 06:10:25 -05:00
parent fbd767036b
commit d3c2365a1d
4 changed files with 39 additions and 3 deletions

View file

@ -26,6 +26,7 @@ public static class BTKUIAddon
// General Settings
AddMelonToggle(ref desktopVRIKCategory, DesktopVRIKMod.EntryEnabled);
AddMelonToggle(ref desktopVRIKCategory, DesktopVRIKMod.EntryPlantFeet);
AddMelonToggle(ref desktopVRIKCategory, DesktopVRIKMod.EntryResetFootstepsOnIdle);
// Calibration Settings
AddMelonToggle(ref desktopVRIKCategory, DesktopVRIKMod.EntryUseVRIKToes);