mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add support for adding/removing items
Tests accompany of course
This commit is contained in:
@ -52,7 +52,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
new PanelBackground(manager.GetWorkingBeatmap(beatmapSet.Beatmaps.FirstOrDefault()))
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
|
||||
OnLoadComplete = d => d.FadeInFromZero(1000, Easing.OutQuint),
|
||||
}, 300
|
||||
),
|
||||
new FillFlowContainer
|
||||
|
Reference in New Issue
Block a user