mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
Move many mods to Deprecated folder, fix spelling
This commit is contained in:
parent
5e822cec8d
commit
0042590aa6
539 changed files with 7475 additions and 3120 deletions
|
@ -39,6 +39,10 @@ public class SmootherRayMod : MelonMod
|
|||
Category.CreateEntry("Small Angle Threshold (6f)", 6f,
|
||||
description: "Angle difference to consider a 'small' movement. The less shaky your hands are, the lower you probably want to set this. This is probably the primary value you want to tweak. Use the slider to adjust the threshold angle. Range: 4 to 15.");
|
||||
|
||||
public static readonly MelonPreferences_Entry<bool> EntrySmoothWhenHoldingPickup =
|
||||
Category.CreateEntry("Smooth When Holding Pickup", false,
|
||||
description: "Enable or disable smoothing when holding a pickup.");
|
||||
|
||||
#endregion Melon Preferences
|
||||
|
||||
#region Melon Events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue