mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
overcomplicated shit
This commit is contained in:
parent
84cf4c0875
commit
72c9f12376
6 changed files with 458 additions and 90 deletions
25
MenuScalePatch/MSP_Menus.cs
Normal file
25
MenuScalePatch/MSP_Menus.cs
Normal file
|
@ -0,0 +1,25 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using UnityEngine;
|
||||
using ABI_RC.Core.Savior;
|
||||
|
||||
namespace NAK.Melons.MenuScalePatch.Helpers;
|
||||
|
||||
public class MSP_MenuInfo
|
||||
{
|
||||
//Shared Info
|
||||
public static float ScaleFactor = 1f;
|
||||
public static Transform CameraTransform;
|
||||
|
||||
//Settings...?
|
||||
public static bool WorldAnchorQM;
|
||||
|
||||
//if other mods need to disable?
|
||||
public static bool DisableQMHelper;
|
||||
public static bool DisableQMHelper_VR;
|
||||
public static bool DisableMMHelper;
|
||||
public static bool DisableMMHelper_VR;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue