Add beatmap package export

This commit is contained in:
smoogipoo
2020-01-15 13:44:38 +09:00
parent f695b1e055
commit c25fefa3ca
2 changed files with 24 additions and 4 deletions

View File

@ -91,6 +91,7 @@ namespace osu.Game.Screens.Edit
if (RuntimeInfo.IsDesktop)
{
fileMenuItems.Add(new EditorMenuItem("Save", MenuItemType.Standard, saveBeatmap));
fileMenuItems.Add(new EditorMenuItem("Export package", MenuItemType.Standard, () => beatmapManager.Export(Beatmap.Value.BeatmapSetInfo)));
fileMenuItems.Add(new EditorMenuItemSpacer());
}