mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Only allow replay screen changes in menu + songselect
This commit is contained in:
@ -34,6 +34,8 @@ namespace osu.Game.Screens
|
||||
|
||||
protected virtual bool AllowBackButton => true;
|
||||
|
||||
public virtual bool AllowExternalScreenChange => false;
|
||||
|
||||
/// <summary>
|
||||
/// Override to create a BackgroundMode for the current screen.
|
||||
/// Note that the instance created may not be the used instance if it matches the BackgroundMode equality clause.
|
||||
|
Reference in New Issue
Block a user