mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Play finish in addition to kick, not isolated
This commit is contained in:
@ -82,7 +82,8 @@ namespace osu.Game.Rulesets.Mods
|
||||
{
|
||||
if (beatIndex % 16 == 0)
|
||||
finishSample?.Play();
|
||||
else if (beatIndex % 2 == 0)
|
||||
|
||||
if (beatIndex % 2 == 0)
|
||||
kickSample?.Play();
|
||||
else if (beatIndex % 2 == 1)
|
||||
clapSample?.Play();
|
||||
|
Reference in New Issue
Block a user