Put mod select over beatmap options

This commit is contained in:
DrabWeb 2017-03-03 04:19:03 -04:00
parent fde509ab1d
commit 9d75ab85e9

View File

@ -130,16 +130,6 @@ namespace osu.Game.Screens.Select
Right = 20,
},
},
modSelect = new ModSelectOverlay
{
RelativeSizeAxes = Axes.X,
Origin = Anchor.BottomCentre,
Anchor = Anchor.BottomCentre,
Margin = new MarginPadding
{
Bottom = 50,
},
},
beatmapOptions = new BeatmapOptionsOverlay
{
OnRemoveFromUnplayed = null,
@ -151,6 +141,16 @@ namespace osu.Game.Screens.Select
Bottom = 50,
},
},
modSelect = new ModSelectOverlay
{
RelativeSizeAxes = Axes.X,
Origin = Anchor.BottomCentre,
Anchor = Anchor.BottomCentre,
Margin = new MarginPadding
{
Bottom = 50,
},
},
footer = new Footer
{
OnBack = Exit,