Merge pull request #7766 from Joehuu/update-background-dim

Update default background dim to 80% to match stable
This commit is contained in:
Dean Herbert
2020-02-08 17:40:12 +09:00
committed by GitHub

View File

@ -78,7 +78,7 @@ namespace osu.Game.Configuration
Set(OsuSetting.MenuParallax, true);
// Gameplay
Set(OsuSetting.DimLevel, 0.3, 0, 1, 0.01);
Set(OsuSetting.DimLevel, 0.8, 0, 1, 0.01);
Set(OsuSetting.BlurLevel, 0, 0, 1, 0.01);
Set(OsuSetting.LightenDuringBreaks, true);