Merge pull request #12353 from nekodex/songselect-hoversamples

Add a hover sample type for SongSelect buttons
This commit is contained in:
Dean Herbert
2021-04-10 01:45:47 +09:00
committed by GitHub
5 changed files with 9 additions and 4 deletions

View File

@ -53,6 +53,9 @@ namespace osu.Game.Graphics.UserInterface
Soft,
[Description("-toolbar")]
Toolbar
Toolbar,
[Description("-songselect")]
SongSelect
}
}