Remove 'submit' sample usages

This commit is contained in:
Jamie Taylor
2022-06-01 21:00:14 +09:00
parent fcf51a6f51
commit 365819865e
14 changed files with 9 additions and 25 deletions

View File

@ -77,7 +77,7 @@ namespace osu.Game.Screens.Select.Options
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => box.ReceivePositionalInputAt(screenSpacePos);
public BeatmapOptionsButton()
: base(HoverSampleSet.Submit)
: base(HoverSampleSet.Button)
{
Width = width;
RelativeSizeAxes = Axes.Y;