Adjust background blur rate

This commit is contained in:
Dean Herbert
2017-11-26 05:08:20 +09:00
parent b3279082e2
commit 69e388dd52
2 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@ namespace osu.Game.Screens.Select
if (backgroundModeBeatmap != null)
{
backgroundModeBeatmap.Beatmap = beatmap;
backgroundModeBeatmap.BlurTo(background_blur, 1000);
backgroundModeBeatmap.BlurTo(background_blur, 750, Easing.OutQuint);
backgroundModeBeatmap.FadeTo(1, 250);
}