leaves lol!

This commit is contained in:
Cameron Taylor
2021-01-31 09:17:56 -05:00
parent a26db6d2db
commit e36fde2160
10 changed files with 242 additions and 148 deletions

View File

@ -398,10 +398,6 @@ class TitleState extends MusicBeatState
FlxG.camera.flash(FlxColor.WHITE, 4);
remove(credGroup);
skippedIntro = true;
var image = Assets.getBitmapData('assets/images/alphabet.png');
var money = new FlxSprite(0, 0, image);
add(money);
}
}
}