From cfac7317a0a556ad73205f8f69fd1d73152ddf18 Mon Sep 17 00:00:00 2001 From: /nick haya <74699483+The-SGPT@users.noreply.github.com> Date: Tue, 13 Apr 2021 10:57:49 +0800 Subject: [PATCH] fuck thorns now fixed --- source/Character.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Character.hx b/source/Character.hx index 8c9aa24..8cf57e8 100644 --- a/source/Character.hx +++ b/source/Character.hx @@ -1059,7 +1059,7 @@ class Character extends FlxSprite case 'spirit': - frames = FlxAtlasFrames.fromSpriteSheetPacker('weeb/spirit', 'weeb/spirit.txt'); + frames = Paths.getPackerAtlas('weeb/spirit'); animation.addByPrefix('idle', "idle spirit_", 24, false); animation.addByPrefix('singUP', "up_", 24, false); animation.addByPrefix('singRIGHT', "right_", 24, false);