Add intermediary screen to avoid going back to menus

This commit is contained in:
Bartłomiej Dach
2021-09-05 16:59:28 +02:00
parent 7befd030df
commit fe2520c599
4 changed files with 44 additions and 8 deletions

View File

@ -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()),