major cleanup

This commit is contained in:
NotAKidoS 2023-04-26 15:32:02 -05:00
parent b33e15377f
commit e5242f76c7
85 changed files with 584 additions and 571 deletions

View file

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