Move back button to OsuGame

This commit is contained in:
smoogipoo
2019-06-25 16:55:49 +09:00
parent 1ea24756bd
commit 8c96e4c1fa
12 changed files with 52 additions and 56 deletions

View File

@ -36,7 +36,9 @@ namespace osu.Game.Screens
public string Description => Title;
protected virtual bool AllowBackButton => true;
public virtual bool ShowBackButton => AllowBackButton;
public virtual bool AllowBackButton => true;
public virtual bool AllowExternalScreenChange => false;