Wasyl Posted November 18, 2016 Share Posted November 18, 2016 Hi Is this possible load atlas from variable? ex. var atlas = { [...] } this.load.atlas('my_image', '#base64image#', atlas); Link to comment Share on other sites More sharing options...
Wasyl Posted November 22, 2016 Author Share Posted November 22, 2016 I found a solution this.load.atlas('my_image', '#base64image#', null, atlasObject); Link to comment Share on other sites More sharing options...
Recommended Posts