i want to make it in a new way rather than the defualt way of load spriteSheet.
I want to load an image using ( uri,url ). Is this possible?
this.load.spritesheet('item', 'essets/items/item.png', {
frameWidth: 32,
frameHeight: 64,
})
=>
this.load.spritesheet('item','https:///image.shutterstock.com/image-illustra23tion/img-file-document-icon-trendy-260nw-1407027353.jpg',{
frameWidth: 32,
frameHeight: 64,
})