Reputation: 81
I have some troubles with the new version of PreloadJS (0.6.2) on Android. The problem is that I want to load a spritesheet json using this:
{ "src": "textures/1x/spriteSheetDefault.json", "id": "spriteSheetDefault-json", "type": "spritesheet" }
And It's not working!
If I remove the "type": "spritesheet"
it works but doesn't load the way I want.
If I rollback to version 0.6.1 it works normally.
Has anyone had the same problem?
EDIT: It happens on desktop too.
Upvotes: 0
Views: 100