mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Only allow replay screen changes in menu + songselect
This commit is contained in:
@ -29,6 +29,8 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
protected override bool AllowBackButton => buttons.State != ButtonSystemState.Initial;
|
||||
|
||||
public override bool AllowExternalScreenChange => true;
|
||||
|
||||
private readonly BackgroundScreenDefault background;
|
||||
private Screen songSelect;
|
||||
|
||||
|
Reference in New Issue
Block a user