mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add intermediary screen to avoid going back to menus
This commit is contained in:
@ -103,7 +103,7 @@ namespace osu.Game.Screens.Menu
|
||||
OnEdit = delegate
|
||||
{
|
||||
Beatmap.SetDefault();
|
||||
this.Push(new Editor());
|
||||
this.Push(new EditorLoader());
|
||||
},
|
||||
OnSolo = loadSoloSongSelect,
|
||||
OnMultiplayer = () => this.Push(new Multiplayer()),
|
||||
|
Reference in New Issue
Block a user