Jump to content

Cannot load multiple atlases with the same atlas data?


wengwengweng
 Share

Recommended Posts

const atlasData = {
    // some data...
}

this.load.atlas("one", "one.png", atlasData);
this.load.atlas("two", "two.png", atlasData);

gets this error:

File.js:557 Uncaught TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided.
    at Function.File.createObjectURL (File.js:557)
    at ImageFile.onProcess (ImageFile.js:142)
    at LoaderPlugin.nextFile (LoaderPlugin.js:827)
    at ImageFile.onLoad (File.js:328)

deleting either line works perfectly fine

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...