replace 'songselect' hover/click sounds with 'button' ones for now

This commit is contained in:
Jamie Taylor
2021-06-18 21:02:17 +09:00
parent 953683044f
commit 6e4fc26e16
2 changed files with 1 additions and 4 deletions

View File

@ -66,7 +66,7 @@ namespace osu.Game.Screens.Select
private readonly Box light;
public FooterButton()
: base(HoverSampleSet.SongSelect)
: base(HoverSampleSet.Button)
{
AutoSizeAxes = Axes.Both;
Shear = SHEAR;