adding setting to adjust blur of the background of the song select screen

This commit is contained in:
Jérémiah DÉCOMBE
2023-01-23 13:53:31 +01:00
parent d695214ae1
commit 6daa364779
4 changed files with 44 additions and 3 deletions

View File

@ -60,6 +60,8 @@ namespace osu.Game.Configuration
SetDefault(OsuSetting.ToolbarClockDisplayMode, ToolbarClockDisplayMode.Full);
SetDefault(OsuSetting.BeatmapSelectionBlurLevel, 1f, 0, 1f, 0.01f);
// Online settings
SetDefault(OsuSetting.Username, string.Empty);
SetDefault(OsuSetting.Token, string.Empty);
@ -339,6 +341,7 @@ namespace osu.Game.Configuration
ChatDisplayHeight,
BeatmapListingCardSize,
ToolbarClockDisplayMode,
BeatmapSelectionBlurLevel,
Version,
ShowFirstRunSetup,
ShowConvertedBeatmaps,