mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Binding logic fix, nullification of unnecessary path
This commit is contained in:
@ -97,7 +97,7 @@ namespace osu.Game.Configuration
|
||||
SetDefault(OsuSetting.MenuParallax, true);
|
||||
|
||||
// Gameplay
|
||||
SetDefault(OsuSetting.PositionalHitsoundsLevel, 0.8f, 0.1f, 1f);
|
||||
SetDefault(OsuSetting.PositionalHitsoundsLevel, 0.8f, 0, 1);
|
||||
SetDefault(OsuSetting.DimLevel, 0.8, 0, 1, 0.01);
|
||||
SetDefault(OsuSetting.BlurLevel, 0, 0, 1, 0.01);
|
||||
SetDefault(OsuSetting.LightenDuringBreaks, true);
|
||||
|
Reference in New Issue
Block a user