spriteUtilities
spriteUtilities copied to clipboard
Useful functions for creating and working with sprites in Pixi
The PIXI.extras.MovieClip.frameSeries() function is deprecated? PIXI documentation states MovieClip was dropped in favor of AnimatedSprite What method is the equivalent of the frameSeries now? Or am I missing something?
I can't currently find one. Thanks.
Hello, I have a case where I already have the texture for my filmstrip, but the method only accepts the loader-resource key. If it could take any texture it would...
Hello, This is a good lib, please publish to npm? Kind Regards,
Added an onComplete function call to the end of the animation loop, so we can have a user-defined onComplete function. This is setup the same way as everything else (`sprite.onComplete...