Add actual changes

This commit is contained in:
Dean Herbert 2018-12-27 19:22:24 +09:00
parent 31db768bdc
commit bdadd1bba2
1 changed files with 2 additions and 1 deletions

View File

@ -128,11 +128,12 @@ private void load(OsuColour colours)
protected override void PopIn()
{
this.FadeIn(1000);
this.FadeIn(1400, Easing.OutQuint);
}
protected override void PopOut()
{
this.FadeOut(500, Easing.OutQuint);
}
}
}