1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Add minimum resolution settings.

This commit is contained in:
Dean Herbert 2016-09-01 19:05:44 +09:00
parent 93ebe523d5
commit cb3dfe094e

View File

@ -10,8 +10,8 @@ namespace osu.Game.Configuration
{
protected override void InitialiseDefaults()
{
Set(OsuConfig.Width, 1366);
Set(OsuConfig.Height, 768);
Set(OsuConfig.Width, 1366, 640);
Set(OsuConfig.Height, 768, 480);
Set(OsuConfig.MouseSensitivity, 1.0);
Set(OsuConfig.Username, string.Empty);