mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
major cleanup
This commit is contained in:
parent
b33e15377f
commit
e5242f76c7
85 changed files with 584 additions and 571 deletions
|
@ -4,8 +4,8 @@ namespace NAK.IKFixes;
|
|||
|
||||
public class IKFixes : MelonMod
|
||||
{
|
||||
public const string SettingsCategory = nameof(IKFixes);
|
||||
public static readonly MelonPreferences_Category Category = MelonPreferences.CreateCategory(SettingsCategory);
|
||||
public static readonly MelonPreferences_Category Category =
|
||||
MelonPreferences.CreateCategory(nameof(IKFixes));
|
||||
|
||||
public static readonly MelonPreferences_Entry<bool> EntryUseFakeRootAngle =
|
||||
Category.CreateEntry("Use Fake Root Angle", true, description: "Emulates maxRootAngle. This fixes feet pointing in direction of head when looking around.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue