This commit is contained in:
Dean Herbert
2019-03-25 13:38:50 +09:00
committed by GitHub
parent fcc91efc1a
commit 5b83e97e9d

View File

@ -130,7 +130,7 @@ namespace osu.Game.Graphics.Containers
Depth = float.MaxValue Depth = float.MaxValue
}); });
backgroundStack.Push(new ScalignBackgroundScreen()); backgroundStack.Push(new ScalingBackgroundScreen());
} }
backgroundStack.FadeIn(fade_time); backgroundStack.FadeIn(fade_time);
@ -152,7 +152,7 @@ namespace osu.Game.Graphics.Containers
sizableContainer.ResizeTo(targetSize, 500, Easing.OutQuart).OnComplete(_ => { sizableContainer.Masking = requiresMasking; }); sizableContainer.ResizeTo(targetSize, 500, Easing.OutQuart).OnComplete(_ => { sizableContainer.Masking = requiresMasking; });
} }
private class ScalignBackgroundScreen : BackgroundScreenDefault private class ScalingBackgroundScreen : BackgroundScreenDefault
{ {
public override void OnEntering(IScreen last) public override void OnEntering(IScreen last)
{ {