1: fit ui on 16:9 aspect ratios
This commit is contained in:
@@ -180,12 +180,12 @@ namespace JTN
|
||||
|
||||
if (FullscreenState)
|
||||
{
|
||||
//Screen.fullScreenMode = FullScreenMode.FullScreenWindow;
|
||||
Screen.SetResolution(1533, 720, true);
|
||||
Screen.fullScreenMode = FullScreenMode.FullScreenWindow;
|
||||
//Screen.SetResolution(1533, 862, true);
|
||||
} else
|
||||
{
|
||||
Screen.fullScreenMode = FullScreenMode.Windowed;
|
||||
Screen.SetResolution(1533, 720, false);
|
||||
Screen.SetResolution(1533, 862, false);
|
||||
}
|
||||
}
|
||||
public void DisableAnim(Animation anim)
|
||||
|
||||
Reference in New Issue
Block a user