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:
parent
758a8378e7
commit
8a9a8bb179
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit c8f320e89f65f9e6242354b25f04aac2c07cceeb
|
||||
Subproject commit d9a0b3b0bcc5b9cac89dde01cccf0b77e9187362
|
7
hmm.json
7
hmm.json
|
@ -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",
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue