mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 10:47:39 +02:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user