add sound to tab controls

This commit is contained in:
Jamie Taylor
2021-06-18 17:26:28 +09:00
parent 752d0a9f0b
commit 4feb7c848f
4 changed files with 6 additions and 3 deletions

View File

@ -172,7 +172,7 @@ namespace osu.Game.Graphics.UserInterface
Origin = Anchor.BottomLeft,
Anchor = Anchor.BottomLeft,
},
new HoverClickSounds()
new HoverClickSounds(HoverSampleSet.TabSelect)
};
}