Add manage collections button to beatmap options

This commit is contained in:
Joehu
2020-09-14 11:21:23 -07:00
parent ce9c63970c
commit c30174cea3
2 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@ namespace osu.Game.Tests.Visual.SongSelect
var colours = new OsuColour();
overlay.AddButton(@"Manage", @"collections", FontAwesome.Solid.Book, colours.Green, null);
overlay.AddButton(@"Remove", @"from unplayed", FontAwesome.Regular.TimesCircle, colours.Purple, null);
overlay.AddButton(@"Clear", @"local scores", FontAwesome.Solid.Eraser, colours.Purple, null);
overlay.AddButton(@"Delete", @"all difficulties", FontAwesome.Solid.Trash, colours.Pink, null);