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:
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",
|
"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",
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue