Fan Club: unarranged sequel feature-complete

This commit is contained in:
minenice55
2022-05-02 13:43:47 -04:00
parent 33eb285385
commit 1fb8271d1e
7 changed files with 5021 additions and 2 deletions

View File

@ -380,8 +380,8 @@ namespace HeavenStudio.Games
case (int) IdolAnimations.Wink:
BeatAction.New(Arisa, new List<BeatAction.Action>()
{
new BeatAction.Action(beat, delegate { Arisa.GetComponent<Animator>().Play("IdolWink0", -1, 0); }),
new BeatAction.Action(beat + length, delegate { Arisa.GetComponent<Animator>().Play("IdolWink1", -1, 0); }),
new BeatAction.Action(beat, delegate { Arisa.GetComponent<Animator>().Play("IdolWink0" + GetPerformanceSuffix(), -1, 0); }),
new BeatAction.Action(beat + length, delegate { Arisa.GetComponent<Animator>().Play("IdolWink1" + GetPerformanceSuffix(), -1, 0); }),
});
break;
case (int) IdolAnimations.Dab: