mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 11:07:38 +02:00
trim Trick on the Class sfx, fix Pajama party sprites
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user