mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Changes in line with framework
This commit is contained in:
@ -18,8 +18,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
public class OsuMenu : Menu
|
||||
{
|
||||
public OsuMenu(Direction direction)
|
||||
: base(direction)
|
||||
public OsuMenu(Direction direction, bool topLevelMenu = false)
|
||||
: base(direction, topLevelMenu)
|
||||
{
|
||||
BackgroundColour = Color4.Black.Opacity(0.5f);
|
||||
|
||||
|
Reference in New Issue
Block a user