change the initial animation frame for abot

This commit is contained in:
Cameron Taylor 2024-04-26 23:48:17 -04:00
parent 85350013d7
commit 99934c8039
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);
}
}