mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-26 00:35:11 +00:00
excellent looping issue
This commit is contained in:
parent
7c225bea18
commit
2fefb657ec
|
@ -72,6 +72,7 @@ class ResultState extends MusicBeatSubstate
|
|||
Reversed: false,
|
||||
OnComplete: function() {
|
||||
bfGfExcellent.anim.curFrame = 28;
|
||||
bfGfExcellent.anim.play(); // unpauses this anim, since it's on PlayOnce!
|
||||
bfSHIT.anim.curFrame = 150;
|
||||
bfSHIT.anim.play(); // unpauses this anim, since it's on PlayOnce!
|
||||
trace("repeated anim!!");
|
||||
|
|
Loading…
Reference in a new issue