From 42fe20fdf1ab2f8496e39fc72c5cef4b4ae1cb2e Mon Sep 17 00:00:00 2001 From: Spel0 <75626813+Spel0@users.noreply.github.com> Date: Thu, 5 Aug 2021 04:26:53 +0300 Subject: [PATCH] forgor --- source/Character.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Character.hx b/source/Character.hx index 36136c1..c99941c 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);