mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +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()
|
protected override void InitialiseDefaults()
|
||||||
{
|
{
|
||||||
Set(OsuConfig.Width, 1366);
|
Set(OsuConfig.Width, 1366, 640);
|
||||||
Set(OsuConfig.Height, 768);
|
Set(OsuConfig.Height, 768, 480);
|
||||||
Set(OsuConfig.MouseSensitivity, 1.0);
|
Set(OsuConfig.MouseSensitivity, 1.0);
|
||||||
|
|
||||||
Set(OsuConfig.Username, string.Empty);
|
Set(OsuConfig.Username, string.Empty);
|
||||||
|
Loading…
Reference in New Issue
Block a user