Merge branch 'master' into most-played-beatmaps-section

This commit is contained in:
jorolf
2017-11-24 22:51:11 +01:00
committed by GitHub
75 changed files with 437 additions and 255 deletions

View File

@ -64,11 +64,7 @@ namespace osu.Game.Beatmaps.Drawables
{
RelativeSizeAxes = Axes.Both,
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
}
)
{
TimeBeforeLoad = 300,
},
}, 300),
new FillFlowContainer
{
Direction = FillDirection.Vertical,