Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
thorns now fixed
  • Loading branch information
haya3218 committed Apr 13, 2021
1 parent 6751ee6 commit cfac731
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 @@ -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);
Expand Down

0 comments on commit cfac731

Please sign in to comment.