Merge pull request #13303 from LeNitrous/mainmenu-storyboard-backgrounds

Add storyboards as a main menu background source
This commit is contained in:
Dean Herbert
2021-06-04 19:50:40 +09:00
committed by GitHub
4 changed files with 53 additions and 1 deletions

View File

@ -172,6 +172,8 @@ namespace osu.Game.Graphics.Containers
private class ScalingBackgroundScreen : BackgroundScreenDefault
{
protected override bool AllowStoryboardBackground => false;
public override void OnEntering(IScreen last)
{
this.FadeInFromZero(4000, Easing.OutQuint);