set default non-fullscreen resolution to 720p
This commit is contained in:
parent
123ea724d0
commit
f4d2439263
@ -24,8 +24,8 @@ namespace SemiColinGames {
|
||||
graphics.PreferredBackBufferHeight = graphics.GraphicsDevice.DisplayMode.Height;
|
||||
} else {
|
||||
window.IsBorderless = false;
|
||||
graphics.PreferredBackBufferWidth = 1920;
|
||||
graphics.PreferredBackBufferHeight = 1080;
|
||||
graphics.PreferredBackBufferWidth = 1280;
|
||||
graphics.PreferredBackBufferHeight = 720;
|
||||
}
|
||||
Debug.WriteLine("display: {0}x{1}, fullscreen={2}",
|
||||
graphics.PreferredBackBufferWidth,
|
||||
|
Loading…
Reference in New Issue
Block a user