mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 06:07:11 +09:00
Move back button to OsuGame
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
public class Player : ScreenWithBeatmapBackground
|
||||
{
|
||||
protected override bool AllowBackButton => false; // handled by HoldForMenuButton
|
||||
public override bool AllowBackButton => false; // handled by HoldForMenuButton
|
||||
|
||||
protected override UserActivity InitialActivity => new UserActivity.SoloGame(Beatmap.Value.BeatmapInfo, Ruleset.Value);
|
||||
|
||||
|
Reference in New Issue
Block a user