mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
General cleanup
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Screens.Select
|
||||
CreateNewItem = createNewItem
|
||||
};
|
||||
|
||||
protected override void OnSetItem(PlaylistItem item)
|
||||
protected override void SelectItem(PlaylistItem item)
|
||||
{
|
||||
switch (Playlist.Count)
|
||||
{
|
||||
|
@ -300,6 +300,10 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates the buttons to be displayed in the footer.
|
||||
/// </summary>
|
||||
/// <returns>A set of <see cref="FooterButton"/> and an optional <see cref="OverlayContainer"/> which the button opens when pressed.</returns>
|
||||
protected virtual IEnumerable<(FooterButton, OverlayContainer)> CreateFooterButtons() => new (FooterButton, OverlayContainer)[]
|
||||
{
|
||||
(new FooterButtonMods { Current = Mods }, ModSelect),
|
||||
|
Reference in New Issue
Block a user