1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-29 02:04:28 +00:00

even more cleanup

This commit is contained in:
Cameron Taylor 2021-09-11 11:55:31 -04:00
parent b1a4bc29de
commit d13aa24fc8

View file

@ -37,13 +37,8 @@ class FlxSymbol extends FlxSprite
public function new(x:Float, y:Float)
{
super(x, y);
var spritemap:Map<String, Sprite> = ParseAnimate.genSpritemap(Assets.getText(Paths.file('images/tightestBars/spritemap1.json')));
}
var symbolAtlasShit:Map<String, String> = new Map();
var symbolMap:Map<String, Animation> = new Map();
public var daFrame:Int = 0;
function changeFrame(frameChange:Int = 0):Void