mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 19:55:09 +00:00
Fan Club: add particle effect to forced clap
This commit is contained in:
parent
5ae6b8a267
commit
bc1e8856a5
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ namespace HeavenStudio.Games
|
|||
break;
|
||||
case (int) IdolAnimations.Clap:
|
||||
idolAnimator.Play("IdolCrap", 0, 0);
|
||||
idolClapEffect.Play();
|
||||
break;
|
||||
case (int) IdolAnimations.Call:
|
||||
BeatAction.New(Arisa, new List<BeatAction.Action>()
|
||||
|
|
Loading…
Reference in a new issue