1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Increase load delay on panel backgrounds; add back missing fade.

This commit is contained in:
Dean Herbert 2017-03-29 19:52:16 +09:00
parent fa7fd6efe3
commit a6c8be3637
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -36,7 +36,8 @@ namespace osu.Game.Beatmaps.Drawables
new DelayedLoadContainer
{
RelativeSizeAxes = Axes.Both,
TimeBeforeLoad = 100,
TimeBeforeLoad = 300,
FinishedLoading = d => d.FadeInFromZero(400, EasingTypes.Out),
Children = new[]
{
new PanelBackground(beatmap)