mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
thirdperson, propundobutton, mirror clone test, you are a clone test, bettershadowclone test, nevermind, anotherlocaltestmod, and some changes to avatarscaling ???
This commit is contained in:
parent
df45fb50d9
commit
9944ad7611
43 changed files with 1076 additions and 173 deletions
|
@ -31,6 +31,14 @@ public static class ModSettings
|
|||
internal static readonly MelonPreferences_Entry<bool> EntryDebugHeadHide =
|
||||
Category.CreateEntry("Debug Head Hide", false,
|
||||
description: "Should head be hidden for first render?");
|
||||
|
||||
internal static readonly MelonPreferences_Entry<bool> EntryDebugShowShadow =
|
||||
Category.CreateEntry("Debug Show Shadow", false,
|
||||
description: "Should the shadow clone be shown?");
|
||||
|
||||
internal static readonly MelonPreferences_Entry<bool> EntryDebugShowInFront =
|
||||
Category.CreateEntry("Debug Show in Front", false,
|
||||
description: "Should the shadow clone be shown in front?");
|
||||
|
||||
|
||||
#endregion
|
||||
|
@ -46,5 +54,7 @@ public static class ModSettings
|
|||
TransformHiderManager.s_DisallowFprExclusions = EntryDontRespectFPR.Value;
|
||||
TransformHiderManager.s_DebugHeadHide = EntryDebugHeadHide.Value;
|
||||
ShadowCloneManager.s_CopyMaterialsToShadow = EntryCopyMaterialToShadow.Value;
|
||||
ShadowCloneManager.s_DebugShowShadow = EntryDebugShowShadow.Value;
|
||||
ShadowCloneManager.s_DebugShowInFront = EntryDebugShowInFront.Value;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue