1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Add spacer to menu

This commit is contained in:
smoogipoo 2017-12-21 19:57:09 +09:00
parent b2c0b013aa
commit 2fb8895e66

View File

@ -68,6 +68,7 @@ namespace osu.Game.Screens.Edit
Items = new[]
{
new EditorMenuItem("Export", MenuItemType.Standard, exportBeatmap),
new EditorMenuItemSpacer(),
new EditorMenuItem("Exit", MenuItemType.Standard, Exit)
}
}