mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-16 20:01:49 -05:00
removed shitty freeplay bold art
This commit is contained in:
parent
181e950216
commit
80892bd3a2
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue