mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 21:52:58 +08:00
Render musicController above toolbar.
This commit is contained in:
parent
0b8c307549
commit
2af839cdbd
@ -121,8 +121,8 @@ namespace osu.Game
|
|||||||
|
|
||||||
//overlay elements
|
//overlay elements
|
||||||
(chat = new ChatConsole(API) { Depth = 0 }).Preload(this, overlayContent.Add);
|
(chat = new ChatConsole(API) { Depth = 0 }).Preload(this, overlayContent.Add);
|
||||||
(musicController = new MusicController()).Preload(this, overlayContent.Add);
|
|
||||||
(Options = new OptionsOverlay { Depth = 1 }).Preload(this, overlayContent.Add);
|
(Options = new OptionsOverlay { Depth = 1 }).Preload(this, overlayContent.Add);
|
||||||
|
(musicController = new MusicController() { Depth = 3 }).Preload(this, overlayContent.Add);
|
||||||
(Toolbar = new Toolbar
|
(Toolbar = new Toolbar
|
||||||
{
|
{
|
||||||
Depth = 2,
|
Depth = 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user