1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 08:27:23 +08:00

Fade in background when loaded

This commit is contained in:
DrabWeb 2017-05-19 20:53:51 -03:00
parent 6e7a09fedb
commit 68cb23786a

View File

@ -40,6 +40,7 @@ namespace osu.Game.Overlays.Direct
{
FillMode = FillMode.Fill,
Texture = new OnlineWorkingBeatmap(SetInfo.Beatmaps.FirstOrDefault(), textures, null).Background,
OnLoadComplete = d => d.FadeInFromZero(400, EasingTypes.Out),
}) { RelativeSizeAxes = Axes.Both };
}