1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 17:13:06 +08:00

Change song select FooterButton sound

This commit is contained in:
Dean Herbert 2022-07-02 12:48:33 +09:00
parent 623a99d53a
commit 1fd9c64803

View File

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