mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
New sound effects with better names
This commit is contained in:
@ -17,7 +17,7 @@ namespace osu.Game.Graphics.Containers
|
||||
private void load(AudioManager audio)
|
||||
{
|
||||
SampleHover = audio.Sample.Get(@"UI/generic-hover");
|
||||
SampleClick = audio.Sample.Get(@"UI/generic-click");
|
||||
SampleClick = audio.Sample.Get(@"UI/generic-select");
|
||||
}
|
||||
|
||||
protected override bool OnHover(InputState state)
|
||||
|
Reference in New Issue
Block a user