Merge pull request #1593 from Spel0/trees-fix

Week 6 trees fix
This commit is contained in:
Kade M 2021-08-07 23:06:27 -07:00 committed by GitHub
commit 0dc0cd78a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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));
}
}