mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
adding setting to adjust blur of the background of the song select screen
This commit is contained in:
@ -42,6 +42,11 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
|
||||
LabelText = UserInterfaceStrings.ModSelectHotkeyStyle,
|
||||
Current = config.GetBindable<ModSelectHotkeyStyle>(OsuSetting.ModSelectHotkeyStyle),
|
||||
ClassicDefault = ModSelectHotkeyStyle.Classic
|
||||
},
|
||||
new SettingsSlider<float>
|
||||
{
|
||||
LabelText = UserInterfaceStrings.BeatmapSelectionBlurLevel,
|
||||
Current = config.GetBindable<float>(OsuSetting.BeatmapSelectionBlurLevel)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user