Adjust song select background dimming to be more evenly applied

This commit is contained in:
Dean Herbert
2023-02-15 13:59:24 +09:00
parent 24961d1ac0
commit 19e3c5d33c
2 changed files with 4 additions and 2 deletions

View File

@ -767,6 +767,8 @@ namespace osu.Game.Screens.Select
{
backgroundModeBeatmap.Beatmap = beatmap;
backgroundModeBeatmap.BlurAmount.Value = configBackgroundBlur.Value ? BACKGROUND_BLUR : 0f;
backgroundModeBeatmap.IgnoreUserSettings.Value = true;
backgroundModeBeatmap.DimWhenUserSettingsIgnored.Value = 0.4f;
backgroundModeBeatmap.FadeColour(Color4.White, 250);
});