Kishore Posted June 11, 2015 Share Posted June 11, 2015 Hi, This is my first project using Phaser i need help to solve atlasXML loading Sprite sheet. I am getting these errors.. "Phaser.Loader - Fishes: invalid XML (text)" phaser.js:56694:12"Phaser.Loader - textureatlas[Fishes]: invalid XML" phaser.js:55975:12"Texture with key 'Fishes' not found." phaser.js:35781:16not well-formed Phaser:1:1 game.load.atlasXML('Fishes', 'assets/Fishing.png', 'assets/Fishing.xml');used this line in preload(). blor = game.add.sprite(1000,200,'Fishes','blu-orng0000');used this line in create(). Images are being loaded in Chrome and IE11 but not in Mozilla. Link to comment Share on other sites More sharing options...
Kishore Posted June 18, 2015 Author Share Posted June 18, 2015 Please some one help me with this issue..! Link to comment Share on other sites More sharing options...
Recommended Posts