mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Add minimum resolution settings.
This commit is contained in:
parent
93ebe523d5
commit
cb3dfe094e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user