From 298ff6e2a3c77659417e4d272646bb86cd79d95a Mon Sep 17 00:00:00 2001 From: Spel0 <75626813+Spel0@users.noreply.github.com> Date: Thu, 5 Aug 2021 02:18:47 +0300 Subject: [PATCH] fix --- source/Paths.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }