Adjust transition effect for main menu backgrounds

This commit is contained in:
Dean Herbert 2022-11-04 17:36:11 +09:00
parent 4bbff99f31
commit 4f14ae4e34
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public virtual bool Next()
private void displayNext(Background newBackground)
{
background?.FadeOut(800, Easing.InOutSine);
background?.FadeOut(800, Easing.OutQuint);
background?.Expire();
AddInternal(background = newBackground);