Jump to content

Sprite animation with big images


jdnichollsc
 Share

Recommended Posts

I have many images and I need to animate them like sprite

var sky = this.game.add.sprite(X, Y, 'sky');sky.animations.add('sky', null, 15, false);sky.animations.play('sky');

but they are so big (each image is 1024x768) that I can not create a spritesheet (because they are 72 images)

 

What should I do? Change de Texture with loadTexture function or Dinamic Animation with bitmapData function?

 

Regards, Nicholls  :) 

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...