mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
prevent scaling container from creating a storyboard background
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user