diff --git a/assets b/assets index c8f320e89..d9a0b3b0b 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit c8f320e89f65f9e6242354b25f04aac2c07cceeb +Subproject commit d9a0b3b0bcc5b9cac89dde01cccf0b77e9187362 diff --git a/hmm.json b/hmm.json index 26cb0d0b4..1e5bf5f18 100644 --- a/hmm.json +++ b/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", @@ -164,4 +171,4 @@ "url": "https://github.com/FunkinCrew/thx.semver" } ] -} +} \ No newline at end of file diff --git a/source/funkin/audio/visualize/ABotVis.hx b/source/funkin/audio/visualize/ABotVis.hx index 89b004df4..16a023474 100644 --- a/source/funkin/audio/visualize/ABotVis.hx +++ b/source/funkin/audio/visualize/ABotVis.hx @@ -35,9 +35,7 @@ class ABotVis extends FlxTypedSpriteGroup 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); }