Merge pull request #12353 from nekodex/songselect-hoversamples

Add a hover sample type for SongSelect buttons
This commit is contained in:
Dean Herbert
2021-04-10 01:45:47 +09:00
committed by GitHub
5 changed files with 9 additions and 4 deletions

View File

@ -14,6 +14,7 @@ using osu.Game.Graphics.Sprites;
using osu.Game.Graphics.Containers;
using osu.Game.Input.Bindings;
using osu.Framework.Input.Bindings;
using osu.Game.Graphics.UserInterface;
namespace osu.Game.Screens.Select
{
@ -65,6 +66,7 @@ namespace osu.Game.Screens.Select
private readonly Box light;
public FooterButton()
: base(HoverSampleSet.SongSelect)
{
AutoSizeAxes = Axes.Both;
Shear = SHEAR;