Merge pull request #514 from FunkinCrew/a-bot-bar-height

change the initial animation frame for abot
This commit is contained in:
Cameron Taylor 2024-04-28 02:45:14 -04:00 committed by GitHub
commit beab2d13f9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}