1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00

range and precision for EditorDim

This commit is contained in:
cdwcgt 2022-11-02 19:57:01 +09:00
parent a44c7c7514
commit 7073d8dd8e
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -121,7 +121,7 @@ namespace osu.Game.Configuration
SetDefault(OsuSetting.PositionalHitsoundsLevel, 0.2f, 0, 1);
SetDefault(OsuSetting.DimLevel, 0.7, 0, 1, 0.01);
SetDefault(OsuSetting.BlurLevel, 0, 0, 1, 0.01);
SetDefault(OsuSetting.EditorDim, 0.25f);
SetDefault(OsuSetting.EditorDim, 0.25f, 0f, 1f, 0.25f);
SetDefault(OsuSetting.LightenDuringBreaks, true);
SetDefault(OsuSetting.HitLighting, true);