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:
parent
6e7a09fedb
commit
68cb23786a
@ -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 };
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user