mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:13:21 +08:00
Switched to a more reasonable sample sound for now
This commit is contained in:
parent
c867940584
commit
e52a58c1bc
@ -494,7 +494,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
{
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
sample = new PausableSkinnableSound(new SampleInfo("spinnerbonus")) // todo: use another sample
|
||||
sample = new PausableSkinnableSound(new SampleInfo("Gameplay/nightcore-hat")) // todo: use another sample
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user