mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:12:57 +08:00
Put mod select over beatmap options
This commit is contained in:
parent
fde509ab1d
commit
9d75ab85e9
@ -130,16 +130,6 @@ namespace osu.Game.Screens.Select
|
|||||||
Right = 20,
|
Right = 20,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
modSelect = new ModSelectOverlay
|
|
||||||
{
|
|
||||||
RelativeSizeAxes = Axes.X,
|
|
||||||
Origin = Anchor.BottomCentre,
|
|
||||||
Anchor = Anchor.BottomCentre,
|
|
||||||
Margin = new MarginPadding
|
|
||||||
{
|
|
||||||
Bottom = 50,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
beatmapOptions = new BeatmapOptionsOverlay
|
beatmapOptions = new BeatmapOptionsOverlay
|
||||||
{
|
{
|
||||||
OnRemoveFromUnplayed = null,
|
OnRemoveFromUnplayed = null,
|
||||||
@ -151,6 +141,16 @@ namespace osu.Game.Screens.Select
|
|||||||
Bottom = 50,
|
Bottom = 50,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
modSelect = new ModSelectOverlay
|
||||||
|
{
|
||||||
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Origin = Anchor.BottomCentre,
|
||||||
|
Anchor = Anchor.BottomCentre,
|
||||||
|
Margin = new MarginPadding
|
||||||
|
{
|
||||||
|
Bottom = 50,
|
||||||
|
},
|
||||||
|
},
|
||||||
footer = new Footer
|
footer = new Footer
|
||||||
{
|
{
|
||||||
OnBack = Exit,
|
OnBack = Exit,
|
||||||
|
Loading…
Reference in New Issue
Block a user