diff --git a/source/Character.hx b/source/Character.hx index 36136c132b..c99941c0e7 100644 --- a/source/Character.hx +++ b/source/Character.hx @@ -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);