mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 11:23:00 +08:00
Update default background dim to 80% to match stable
This commit is contained in:
parent
023c807530
commit
e0de60a277
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user