mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[AvatarScaleMod] i forgotr
This commit is contained in:
parent
2861957e3d
commit
92bbd72338
16 changed files with 544 additions and 305 deletions
|
@ -9,10 +9,11 @@ namespace NAK.AvatarScaleMod;
|
|||
internal static class ModSettings
|
||||
{
|
||||
// Constants
|
||||
internal const string SettingsCategory = nameof(AvatarScaleMod);
|
||||
internal const string ModName = nameof(AvatarScaleMod);
|
||||
internal const string SettingsCategory = "Avatar Scale Mod";
|
||||
|
||||
public static readonly MelonPreferences_Category Category =
|
||||
MelonPreferences.CreateCategory(SettingsCategory);
|
||||
MelonPreferences.CreateCategory(ModName);
|
||||
|
||||
public static readonly MelonPreferences_Entry<bool> EntryUseUniversalScaling =
|
||||
Category.CreateEntry("use_universal_scaling", true, display_name: "Use Universal Scaling", description: "Enable or disable universal scaling.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue