mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-04 07:19:22 +00:00
[MenuScalePatch] Added FOV adjustment handling.
This commit is contained in:
parent
cf7e19511a
commit
b6c284857b
8 changed files with 32 additions and 6 deletions
|
@ -12,6 +12,9 @@ public class MenuScalePatch : MelonMod
|
|||
|
||||
public static MelonPreferences_Entry<bool> EntryPlayerAnchorMenus =
|
||||
Category.CreateEntry<bool>("Player Anchor Menus", true, description: "Should the menus be anchored to & constantly follow the player?");
|
||||
|
||||
public static MelonPreferences_Entry<bool> EntryUseFOVAdjustment =
|
||||
Category.CreateEntry<bool>("Use FOV Adjustment", true, description: "Should the menus adjust to your changed FOV?");
|
||||
|
||||
public override void OnInitializeMelon()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue