This commit is contained in:
Spel0 2021-07-22 03:28:25 +03:00
parent 911dc8f8b1
commit ad155cfb31

View File

@ -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