[MenuScalePatch] Added FOV adjustment handling.

This commit is contained in:
NotAKidoS 2023-07-06 14:54:40 -05:00
parent cf7e19511a
commit b6c284857b
8 changed files with 32 additions and 6 deletions

View file

@ -11,6 +11,7 @@ public class MSP_MenuInfo
//Shared Info
internal static float ScaleFactor = 1f;
internal static float AspectRatio = 1f;
internal static float FOVAdjustment = 1f;
internal static Transform CameraTransform;
//Settings...?