Skip to content

Releases: pakamijo/EasySprite

v1.3.0

10 Feb 07:19

Choose a tag to compare

Full Changelog: v1.2.1...v1.3.0

Latest Feature:

Vertical mirroring / flipping with spritesheet.mirrorY()

New API:
spritesheet.mirrorX() replaces spritesheet.flip() which is now deprecated
spritesheet.mirrorY() flip vertically

spritesheet.isMirroredX() replaces spritesheet.isFlipped() which is now deprecated
spritesheet.isMirroredY()

spritesheet.length() replaces the use of property spritesheet.totalCells which is now deprecated

no breaking changes

v1.2.1

23 Jul 09:08

Choose a tag to compare

Patch 1.2.1

major optimization on spritesheet.display()

Latest feature:

native codegen

New API:
sequence.isPlaying(): boolean

1.2.0

18 Jul 05:23

Choose a tag to compare

Latest feature:

native codegen

New API:
sequence.isPlaying(): boolean