mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-25 22:29:42 -04:00
looping fix
This commit is contained in:
parent
b1dfbb2ef2
commit
e872dddd15
2 changed files with 2 additions and 1 deletions
2
hmm.json
2
hmm.json
|
@ -30,7 +30,7 @@
|
|||
"name": "flxanimate",
|
||||
"type": "git",
|
||||
"dir": null,
|
||||
"ref": "a8976ff",
|
||||
"ref": "a913635",
|
||||
"url": "https://github.com/ninjamuffin99/flxanimate"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue