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
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C
2 changed files with 1 additions and 4 deletions

View File

@ -16,9 +16,6 @@ namespace osu.Game.Graphics.UserInterface
[Description("toolbar")]
Toolbar,
[Description("songselect")]
SongSelect,
[Description("tabselect")]
TabSelect,

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;