sprites
sprites copied to clipboard
API Changes
It would be very good to be able to preset animations like this:
// Make a preset
sprite.set([[1, 1], [1, 2], [1, 3]], 'charRun');
// Run the sprite
sprite.charRun();
// Run the sprite on loop
sprite.charRun(true);