Merge branch 'master' into first-run-setup

This commit is contained in:
Bartłomiej Dach
2022-04-21 22:14:57 +02:00
56 changed files with 210 additions and 203 deletions

View File

@ -209,7 +209,7 @@ namespace osu.Game.Graphics.Containers
{
protected override bool AllowStoryboardBackground => false;
public override void OnEntering(IScreen last)
public override void OnEntering(ScreenTransitionEvent e)
{
this.FadeInFromZero(4000, Easing.OutQuint);
}