mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add the ability to exit the game using escape.
This commit is contained in:
@ -49,7 +49,7 @@ namespace osu.Game.GameModes.Menu
|
||||
OnTest = delegate { Push(new TestBrowser()); },
|
||||
OnExit = delegate {
|
||||
Game.Scheduler.AddDelayed(delegate {
|
||||
Game.Host.Exit();
|
||||
Exit();
|
||||
}, ButtonSystem.EXIT_DELAY);
|
||||
},
|
||||
OnSettings = delegate {
|
||||
|
Reference in New Issue
Block a user