Closed miltoncandelero closed 3 months ago
A multipack atlas is exported like this:
{ "name": "game", "assets": [ { "name": [ "E.json" ], "srcs": [ "game/game-1.json", "game/game-0.json" ], "data": { "tags": { "tps": true, "m": true } } } ] },
And free-tex-packer doesn't have a multi pack field so Assets only downloads the first json and the rest of the spritesheet is never loaded
this has been addressed in the 1.0 release
A multipack atlas is exported like this:
And free-tex-packer doesn't have a multi pack field so Assets only downloads the first json and the rest of the spritesheet is never loaded