Merge pull request #13967 from nekodex/new-select-sounds

Add new 'soft' select sound variant and use it in some places
This commit is contained in:
Dean Herbert
2021-07-22 16:21:03 +09:00
committed by GitHub
7 changed files with 22 additions and 7 deletions

View File

@ -9,6 +9,7 @@ using osu.Framework.Input.Events;
using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
using osu.Game.Overlays;
using osuTK.Graphics;
@ -64,6 +65,7 @@ namespace osu.Game.Screens.Edit
private EditorClock clock { get; set; }
public RowBackground(object item)
: base(HoverSampleSet.Soft)
{
Item = item;