mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-12-01 16:51:27 +00:00
looping fix
This commit is contained in:
parent
b1dfbb2ef2
commit
e872dddd15
2
hmm.json
2
hmm.json
|
|
@ -30,7 +30,7 @@
|
||||||
"name": "flxanimate",
|
"name": "flxanimate",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"dir": null,
|
"dir": null,
|
||||||
"ref": "a8976ff",
|
"ref": "a913635",
|
||||||
"url": "https://github.com/ninjamuffin99/flxanimate"
|
"url": "https://github.com/ninjamuffin99/flxanimate"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -73,6 +73,7 @@ class ResultState extends MusicBeatSubstate
|
||||||
OnComplete: function() {
|
OnComplete: function() {
|
||||||
bfGfExcellent.anim.curFrame = 28;
|
bfGfExcellent.anim.curFrame = 28;
|
||||||
bfSHIT.anim.curFrame = 150;
|
bfSHIT.anim.curFrame = 150;
|
||||||
|
bfSHIT.anim.play(); // unpauses this anim, since it's on PlayOnce!
|
||||||
trace("repeated anim!!");
|
trace("repeated anim!!");
|
||||||
},
|
},
|
||||||
ShowPivot: false,
|
ShowPivot: false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue