Minigame "Feel" Adjustments and Additions (#258)

* add alt cue to fan club

* add effects to rhythm somen

update rhythm somen hitsound
add near miss interaction for rhythm somen

* adjust trick on the class animation

* adjust fan club spectator animation timing

fix bug with legacy beatmap conversion
This commit is contained in:
minenice55
2023-02-04 22:05:43 -05:00
committed by GitHub
parent 495cc5ad4c
commit b5222b15c8
45 changed files with 9255 additions and 413 deletions

View File

@ -138,6 +138,14 @@ namespace HeavenStudio.Games.Scripts_TrickClass
});
}
}
else
{
Jukebox.PlayOneShotGame(GetDodgeSound());
DoObjMiss();
game.PlayerThrough();
caller.isEligible = false;
game.ScoreMiss();
}
}
public void DodgeMiss(PlayerActionEvent caller)