mirror of
https://github.com/ppy/osu
synced 2025-02-08 06:07:14 +00:00
Limit editor background dim to 75% maximum
This commit is contained in:
parent
349d262c18
commit
9650ae1329
@ -121,7 +121,6 @@ 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, 0f, 1f, 0.25f);
|
||||
SetDefault(OsuSetting.LightenDuringBreaks, true);
|
||||
|
||||
SetDefault(OsuSetting.HitLighting, true);
|
||||
@ -172,6 +171,7 @@ namespace osu.Game.Configuration
|
||||
|
||||
SetDefault(OsuSetting.DiscordRichPresence, DiscordRichPresenceMode.Full);
|
||||
|
||||
SetDefault(OsuSetting.EditorDim, 0.25f, 0f, 0.75f, 0.25f);
|
||||
SetDefault(OsuSetting.EditorWaveformOpacity, 0.25f, 0f, 1f, 0.25f);
|
||||
|
||||
SetDefault(OsuSetting.LastProcessedMetadataId, -1);
|
||||
|
@ -23,7 +23,6 @@ namespace osu.Game.Screens.Edit
|
||||
createMenuItem(0.25f),
|
||||
createMenuItem(0.5f),
|
||||
createMenuItem(0.75f),
|
||||
createMenuItem(1f),
|
||||
};
|
||||
|
||||
this.backgroudDim = backgroudDim;
|
||||
|
Loading…
Reference in New Issue
Block a user