mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 09:20:02 +09:00
Fade in background when loaded
This commit is contained in:
@ -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 };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user