[IKFixes] shit fixes

This commit is contained in:
NotAKidoS 2023-06-02 16:37:05 -05:00
parent c69877b41d
commit 6e262bac1b
4 changed files with 24 additions and 8 deletions

View file

@ -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?");