don't make spirit cached cuz like it'll be bad

This commit is contained in:
KadeDeveloper
2021-07-22 16:23:04 -07:00
parent 5edc81fd20
commit f6022e0a3f
2 changed files with 3 additions and 1 deletions

View File

@ -348,7 +348,7 @@ class Character extends FlxSprite
antialiasing = false;
case 'spirit':
frames = Paths.getPackerAtlas('spirit','shared',true);
frames = Paths.getPackerAtlas('spirit','shared',false);
animation.addByPrefix('idle', "idle spirit_", 24, false);
animation.addByPrefix('singUP', "up_", 24, false);
animation.addByPrefix('singRIGHT', "right_", 24, false);