Merge branch 'master' into spectator-listing

This commit is contained in:
Dean Herbert
2020-10-31 16:22:49 +09:00
9 changed files with 398 additions and 3 deletions

View File

@ -133,6 +133,7 @@ namespace osu.Game.Configuration
Set(OsuSetting.IntroSequence, IntroSequence.Triangles);
Set(OsuSetting.MenuBackgroundSource, BackgroundSource.Skin);
Set(OsuSetting.SeasonalBackgroundMode, SeasonalBackgroundMode.Sometimes);
}
public OsuConfigManager(Storage storage)
@ -242,6 +243,7 @@ namespace osu.Game.Configuration
HitLighting,
MenuBackgroundSource,
GameplayDisableWinKey,
SeasonalBackgroundMode,
AutomaticallyDownloadWhenSpectating,
}
}