looping fix

This commit is contained in:
Cameron Taylor 2023-04-17 17:59:22 -04:00
parent b1dfbb2ef2
commit e872dddd15
2 changed files with 2 additions and 1 deletions
hmm.json
source/funkin/play

View file

@ -30,7 +30,7 @@
"name": "flxanimate",
"type": "git",
"dir": null,
"ref": "a8976ff",
"ref": "a913635",
"url": "https://github.com/ninjamuffin99/flxanimate"
},
{

View file

@ -73,6 +73,7 @@ class ResultState extends MusicBeatSubstate
OnComplete: function() {
bfGfExcellent.anim.curFrame = 28;
bfSHIT.anim.curFrame = 150;
bfSHIT.anim.play(); // unpauses this anim, since it's on PlayOnce!
trace("repeated anim!!");
},
ShowPivot: false,