diff --git a/source/Paths.hx b/source/Paths.hx index 69adc31..8c8f184 100644 --- a/source/Paths.hx +++ b/source/Paths.hx @@ -164,7 +164,7 @@ class Paths if (isCharacter) if (usecahce) #if cpp - return FlxAtlasFrames.fromSpriteSheetPacker(imageCached(key), file('images/$key.txt', library)); + return FlxAtlasFrames.fromSpriteSheetPacker(imageCached(key), file('images/characters/$key.txt', library)); #else return null; #end