sprites icon indicating copy to clipboard operation
sprites copied to clipboard

API Changes

Open nihey opened this issue 10 years ago • 0 comments

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);

nihey avatar Jul 16 '15 03:07 nihey