mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09: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[]
|
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…
x
Reference in New Issue
Block a user