mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Update default background dim to 80% to match stable
This commit is contained in:
@ -78,7 +78,7 @@ namespace osu.Game.Configuration
|
|||||||
Set(OsuSetting.MenuParallax, true);
|
Set(OsuSetting.MenuParallax, true);
|
||||||
|
|
||||||
// Gameplay
|
// 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.BlurLevel, 0, 0, 1, 0.01);
|
||||||
Set(OsuSetting.LightenDuringBreaks, true);
|
Set(OsuSetting.LightenDuringBreaks, true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user