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

@ -23,7 +23,7 @@ namespace osu.Game.Screens
public override bool CursorVisible => false;
protected override bool AllowBackButton => false;
public override bool AllowBackButton => false;
public Loader()
{