mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Context Menu
This commit is contained in:
@ -158,6 +158,7 @@ namespace osu.Game
|
||||
Children = new Drawable[]
|
||||
{
|
||||
Cursor = new MenuCursor(),
|
||||
new OsuContextMenuContainer(Cursor) { Depth = -2 },
|
||||
new OsuTooltipContainer(Cursor) { Depth = -1 },
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user