1
0
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:
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")] [Description("toolbar")]
Toolbar, Toolbar,
[Description("songselect")]
SongSelect,
[Description("tabselect")] [Description("tabselect")]
TabSelect, TabSelect,

View File

@ -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;