mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
[IKFixes] shit fixes
This commit is contained in:
parent
c69877b41d
commit
6e262bac1b
4 changed files with 24 additions and 8 deletions
|
@ -22,6 +22,9 @@ public class IKFixes : MelonMod
|
|||
public static readonly MelonPreferences_Entry<float> EntryRotateChestByHands =
|
||||
Category.CreateEntry("Rot Chest By Hands", 1f, description: "Rotate chest by hands.");
|
||||
|
||||
public static readonly MelonPreferences_Entry<float> EntryBendToTargetWeight =
|
||||
Category.CreateEntry("Leg Bend To Target", 1f, description: "Leg bend to target weight");
|
||||
|
||||
public static readonly MelonPreferences_Entry<bool> EntryAssignRemainingTrackers =
|
||||
Category.CreateEntry("Assign Remaining Trackers", true, description: "Should the game calibrate any additional trackers as secondary trackers for already-tracked points?");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue