mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
Rename HoverSounds
and HoverClickSounds
samples
This commit is contained in:
parent
956c4ba225
commit
15d3b4444d
@ -45,7 +45,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(AudioManager audio)
|
||||
{
|
||||
sampleClick = audio.Samples.Get($@"UI/generic-select{SampleSet.GetDescription()}");
|
||||
sampleClick = audio.Samples.Get($@"UI/{SampleSet.GetDescription()}-select");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -31,7 +31,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(AudioManager audio, SessionStatics statics)
|
||||
{
|
||||
sampleHover = audio.Samples.Get($@"UI/generic-hover{SampleSet.GetDescription()}");
|
||||
sampleHover = audio.Samples.Get($@"UI/{SampleSet.GetDescription()}-hover");
|
||||
}
|
||||
|
||||
public override void PlayHoverSample()
|
||||
@ -43,19 +43,19 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
public enum HoverSampleSet
|
||||
{
|
||||
[Description("")]
|
||||
[Description("default")]
|
||||
Loud,
|
||||
|
||||
[Description("-soft")]
|
||||
[Description("soft")]
|
||||
Normal,
|
||||
|
||||
[Description("-softer")]
|
||||
[Description("softer")]
|
||||
Soft,
|
||||
|
||||
[Description("-toolbar")]
|
||||
[Description("toolbar")]
|
||||
Toolbar,
|
||||
|
||||
[Description("-songselect")]
|
||||
[Description("songselect")]
|
||||
SongSelect
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user