Fan Club: arranged landing, corrected texture atlas colours

This commit is contained in:
minenice55
2022-05-01 20:08:48 -04:00
parent cea18087d0
commit e58feee0db
33 changed files with 7630 additions and 198 deletions

View File

@ -414,7 +414,7 @@ namespace HeavenStudio.Games
BeatAction.New(Arisa, new List<BeatAction.Action>()
{
new BeatAction.Action(beat, delegate { Arisa.GetComponent<Animator>().Play("IdolJump" + GetPerformanceSuffix(), -1, 0); }),
new BeatAction.Action(beat + 1f, delegate { Arisa.GetComponent<Animator>().Play("IdolLand", -1, 0); }),
new BeatAction.Action(beat + 1f, delegate { Arisa.GetComponent<Animator>().Play("IdolLand" + GetPerformanceSuffix(), -1, 0); }),
});
}