Skip to content

Commit

Permalink
Update Character.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
crowplexus committed Nov 27, 2023
1 parent b52324c commit 9d146cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/objects/Character.hx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class Character extends ForeverSprite {
icon = data.icon;

case PSYCH:
frames = AssetHelper.getAsset('images/characters/${name}', ATLAS);
frames = AssetHelper.getAsset('images/${name}', ATLAS);

var psychAnimArray:Array<Dynamic> = file.animations;
for (anim in psychAnimArray) {
Expand Down

0 comments on commit 9d146cc

Please sign in to comment.