mirror of
https://github.com/ppy/osu
synced 2025-02-08 06:07:14 +00:00
replace 'songselect' hover/click sounds with 'button' ones for now
This commit is contained in:
parent
953683044f
commit
6e4fc26e16
@ -16,9 +16,6 @@ namespace osu.Game.Graphics.UserInterface
|
||||
[Description("toolbar")]
|
||||
Toolbar,
|
||||
|
||||
[Description("songselect")]
|
||||
SongSelect,
|
||||
|
||||
[Description("tabselect")]
|
||||
TabSelect,
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user