1

I am trying to load a spritesheet from external json file but 1/1000 times it fails to load the spritesheet textures, so how can I ensure it won't fail by adding them from a json that is inside the code?

PIXI.loader
.add(path + "spritesheet.json")
.load(this.setup);
gman
  • 100,619
  • 31
  • 269
  • 393
MrNobody
  • 69
  • 2
  • 9

0 Answers0