Releases: pakamijo/EasySprite
Releases · pakamijo/EasySprite
v1.3.0
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