mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 17:07:40 +08:00
Disallow back button on disclaimer screen
This commit is contained in:
parent
7d5554c2ac
commit
983cabdb98
@ -31,6 +31,8 @@ namespace osu.Game.Screens.Menu
|
||||
public override bool HideOverlaysOnEnter => true;
|
||||
public override OverlayActivation InitialOverlayActivationMode => OverlayActivation.Disabled;
|
||||
|
||||
public override bool AllowBackButton => false;
|
||||
|
||||
public override bool CursorVisible => false;
|
||||
|
||||
private Drawable heart;
|
||||
|
Loading…
x
Reference in New Issue
Block a user