Change 'default' hover/click samples into 'button' samples and make 'soft' the new 'default'

This commit is contained in:
Jamie Taylor
2021-06-11 20:42:10 +09:00
parent 4f80a3b66d
commit 0b95d07390
5 changed files with 7 additions and 6 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Graphics.Containers
protected virtual HoverClickSounds CreateHoverClickSounds(HoverSampleSet sampleSet) => new HoverClickSounds(sampleSet);
public OsuClickableContainer(HoverSampleSet sampleSet = HoverSampleSet.Normal)
public OsuClickableContainer(HoverSampleSet sampleSet = HoverSampleSet.Default)
{
this.sampleSet = sampleSet;
}