mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Adjust transition effect for main menu backgrounds
This commit is contained in:
@ -102,7 +102,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
|
||||
private void displayNext(Background newBackground)
|
||||
{
|
||||
background?.FadeOut(800, Easing.InOutSine);
|
||||
background?.FadeOut(800, Easing.OutQuint);
|
||||
background?.Expire();
|
||||
|
||||
AddInternal(background = newBackground);
|
||||
|
Reference in New Issue
Block a user