mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
New sound effects with better names
This commit is contained in:
@ -70,7 +70,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
},
|
||||
});
|
||||
|
||||
sampleClick = audio.Sample.Get(@"UI/generic-click");
|
||||
sampleClick = audio.Sample.Get(@"UI/generic-select");
|
||||
sampleHover = audio.Sample.Get(@"UI/generic-hover");
|
||||
|
||||
Enabled.ValueChanged += enabled_ValueChanged;
|
||||
|
Reference in New Issue
Block a user