1: fit ui on 16:9 aspect ratios

This commit is contained in:
mangorifo
2024-02-05 00:40:21 +08:00
parent 088413a5d9
commit 159c74df2a
108 changed files with 12619 additions and 213 deletions
+3 -3
View File
@@ -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)