1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-05 06:14:36 +00:00

abot bars in probress

This commit is contained in:
Cameron Taylor 2024-02-22 01:50:55 -05:00
parent 758a8378e7
commit 8a9a8bb179
3 changed files with 10 additions and 5 deletions

2
assets

@ -1 +1 @@
Subproject commit c8f320e89f65f9e6242354b25f04aac2c07cceeb
Subproject commit d9a0b3b0bcc5b9cac89dde01cccf0b77e9187362

View file

@ -45,6 +45,13 @@
"type": "haxelib",
"version": "3.5.0"
},
{
"name": "funkVis",
"type": "git",
"dir": null,
"ref": "separateDSP",
"url": "https://github.com/FunkinCrew/funkVis"
},
{
"name": "hamcrest",
"type": "haxelib",

View file

@ -35,9 +35,7 @@ class ABotVis extends FlxTypedSpriteGroup<FlxSprite>
viz.frames = visFrms;
add(viz);
var visStr = 'VIZ';
if (lol == 5) visStr = 'viz'; // lol makes it lowercase, accomodates for art that I dont wanna rename!
var visStr = 'viz';
viz.animation.addByPrefix('VIZ', visStr + lol, 0);
viz.animation.play('VIZ', false, false, -1);
}