mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Increase load delay on panel backgrounds; add back missing fade.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user