mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Move toolbar showing and overlay activation to OsuGame
Now exposed through IOsuScreen.
This commit is contained in:
@ -23,8 +23,8 @@ namespace osu.Game.Screens.Menu
|
||||
private Color4 iconColour;
|
||||
private LinkFlowContainer textFlow;
|
||||
|
||||
protected override bool HideOverlaysOnEnter => true;
|
||||
protected override OverlayActivation InitialOverlayActivationMode => OverlayActivation.Disabled;
|
||||
public override bool HideOverlaysOnEnter => true;
|
||||
public override OverlayActivation InitialOverlayActivationMode => OverlayActivation.Disabled;
|
||||
|
||||
public override bool CursorVisible => false;
|
||||
|
||||
|
Reference in New Issue
Block a user