mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 13:47:21 +08: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")]
|
[Description("toolbar")]
|
||||||
Toolbar,
|
Toolbar,
|
||||||
|
|
||||||
[Description("songselect")]
|
|
||||||
SongSelect,
|
|
||||||
|
|
||||||
[Description("tabselect")]
|
[Description("tabselect")]
|
||||||
TabSelect,
|
TabSelect,
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ namespace osu.Game.Screens.Select
|
|||||||
private readonly Box light;
|
private readonly Box light;
|
||||||
|
|
||||||
public FooterButton()
|
public FooterButton()
|
||||||
: base(HoverSampleSet.SongSelect)
|
: base(HoverSampleSet.Button)
|
||||||
{
|
{
|
||||||
AutoSizeAxes = Axes.Both;
|
AutoSizeAxes = Axes.Both;
|
||||||
Shear = SHEAR;
|
Shear = SHEAR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user