mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 21:17:32 +09:00
Move MusicController beneath Toolbar.
This commit is contained in:
parent
6cd9f93fb5
commit
64f4098791
@ -104,7 +104,7 @@ namespace osu.Game
|
|||||||
(options = new OptionsOverlay { Depth = -1 }).Preload(this, overlayContent.Add);
|
(options = new OptionsOverlay { Depth = -1 }).Preload(this, overlayContent.Add);
|
||||||
(musicController = new MusicController()
|
(musicController = new MusicController()
|
||||||
{
|
{
|
||||||
Depth = -3,
|
Depth = -2,
|
||||||
Position = new Vector2(0, Toolbar.HEIGHT),
|
Position = new Vector2(0, Toolbar.HEIGHT),
|
||||||
Anchor = Anchor.TopRight,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
@ -115,7 +115,7 @@ namespace osu.Game
|
|||||||
|
|
||||||
(Toolbar = new Toolbar
|
(Toolbar = new Toolbar
|
||||||
{
|
{
|
||||||
Depth = -2,
|
Depth = -3,
|
||||||
OnHome = delegate { mainMenu?.MakeCurrent(); },
|
OnHome = delegate { mainMenu?.MakeCurrent(); },
|
||||||
OnPlayModeChange = delegate (PlayMode m) { PlayMode.Value = m; },
|
OnPlayModeChange = delegate (PlayMode m) { PlayMode.Value = m; },
|
||||||
}).Preload(this, t =>
|
}).Preload(this, t =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user