mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Increase load delay on panel backgrounds; add back missing fade.
This commit is contained in:
parent
fa7fd6efe3
commit
a6c8be3637
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user