mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-15 00:58:48 +00:00
Merge pull request #514 from FunkinCrew/a-bot-bar-height
change the initial animation frame for abot
This commit is contained in:
commit
beab2d13f9
|
@ -51,7 +51,7 @@ class ABotVis extends FlxTypedSpriteGroup<FlxSprite>
|
||||||
|
|
||||||
var visStr = 'viz';
|
var visStr = 'viz';
|
||||||
viz.animation.addByPrefix('VIZ', visStr + lol, 0);
|
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