pixijs / assetpack

A configurable asset pipeline for the web
http://pixijs.io/assetpack/
MIT License
105 stars 25 forks source link

Bug: Manifest considers a multipack atlas the same file #40

Closed miltoncandelero closed 3 months ago

miltoncandelero commented 1 year 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

Zyie commented 3 months ago

this has been addressed in the 1.0 release