mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
add aspect ratio calculation
This commit is contained in:
parent
de1a54c7a0
commit
8ef891434a
3 changed files with 19 additions and 11 deletions
|
@ -12,6 +12,7 @@ public class MSP_MenuInfo
|
|||
{
|
||||
//Shared Info
|
||||
public static float ScaleFactor = 1f;
|
||||
public static float AspectRatio = 1f;
|
||||
public static Transform CameraTransform;
|
||||
|
||||
//Settings...?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue