fix thorn man

This commit is contained in:
KadeDeveloper 2021-08-04 15:10:17 -07:00
parent bbd8599c46
commit ca0245d772

View File

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