Commit f84cb7fb authored by 神楽坂玲奈's avatar 神楽坂玲奈

change default resolution from 1300x700 to 1366x768

parent 514de6a7
......@@ -978,7 +978,7 @@ public class Program : MonoBehaviour
{
if (Screen.width < 100 || Screen.height < 100)
{
Screen.SetResolution(1300, 700, false);
Screen.SetResolution(1366, 768, false);
}
QualitySettings.vSyncCount = 0;
Application.targetFrameRate = 144;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment