trim Trick on the Class sfx, fix Pajama party sprites

This commit is contained in:
minenice55
2022-06-25 23:38:40 -04:00
parent 034b6307dd
commit 8aa554cbb1
22 changed files with 1815 additions and 496 deletions

View File

@ -96,6 +96,7 @@ namespace HeavenStudio.Games
{
var e = tossEvents[i];
float timeToEvent = e.beat - cond.songPositionInBeats;
warnAnim.Play("NoPose", -1, 0);
if (timeToEvent > 0f && timeToEvent <= 1f)
{
string anim = "WarnBall";