mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-26 17:46:08 -05:00
change the initial animation frame for abot
This commit is contained in:
parent
85350013d7
commit
99934c8039
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class ABotVis extends FlxTypedSpriteGroup<FlxSprite>
|
|||
|
||||
var visStr = 'viz';
|
||||
viz.animation.addByPrefix('VIZ', visStr + lol, 0);
|
||||
viz.animation.play('VIZ', false, false, 2);
|
||||
viz.animation.play('VIZ', false, false, 6);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue