1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 13:02:55 +08:00

Disallow back button on disclaimer screen (#5153)

Disallow back button on disclaimer screen
This commit is contained in:
Dean Herbert 2019-06-25 22:35:00 +09:00 committed by GitHub
commit bb3dde53d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;