diff --git a/source/Paths.hx b/source/Paths.hx index 8de63a8..8c8f184 100644 --- a/source/Paths.hx +++ b/source/Paths.hx @@ -170,6 +170,6 @@ class Paths #end else return FlxAtlasFrames.fromSpriteSheetPacker(image('characters/$key'), file('images/characters/$key.txt', library)); - return FlxAtlasFrames.fromSpriteSheetPacker(image(key, library), file('images/characters/$key.txt', library)); + return FlxAtlasFrames.fromSpriteSheetPacker(image(key, library), file('images/$key.txt', library)); } }