Skip to content

Commit

Permalink
forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
Spel0 committed Aug 5, 2021
1 parent 298ff6e commit 42fe20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Character.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 42fe20f

Please sign in to comment.