Add a hover sample type for SongSelect buttons

This commit is contained in:
Jamie Taylor
2021-04-09 22:40:21 +09:00
parent cceb10cc85
commit 8a0da06e89
2 changed files with 6 additions and 1 deletions

View File

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