removed shitty freeplay bold art

This commit is contained in:
Cameron Taylor 2021-12-04 22:40:15 -05:00
parent 181e950216
commit 80892bd3a2

View file

@ -206,12 +206,6 @@ class FreeplayState extends MusicBeatSubstate
fnfFreeplay.shader = sillyStroke;
add(fnfFreeplay);
var fnfFreeplayBOLD:FlxSprite = new FlxSprite(0, 12).loadGraphic(Paths.image('freeplayBOLD'));
// add(fnfFreeplayBOLD);
// fnfFreeplayBOLD.visible = false;
// fnfFreeplayBOLD.setGraphicSize(0, 56);
// fnfFreeplayBOLD.updateHitbox();
dj.animHITsignal.add(function()
{
var animShit:ComboCounter = new ComboCounter(100, 300, 1000000);