1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-21 09:29:41 +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", "type": "haxelib",
"version": "3.5.0" "version": "3.5.0"
}, },
{
"name": "funkVis",
"type": "git",
"dir": null,
"ref": "separateDSP",
"url": "https://github.com/FunkinCrew/funkVis"
},
{ {
"name": "hamcrest", "name": "hamcrest",
"type": "haxelib", "type": "haxelib",

View file

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