This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
Platypus v0.6.6
This release includes better memory management for PIXIAnimation
as well as documentation updates.
Bug Fixes
- Fixed a
Vector
bug where setting a 3D vector with a 2D array caused the 3D vector to lose its Z value. PIXIAnimation
now caches texture lists for each unique animation so that additional animations using the same texture sequences use much less memory per animation.
Minor Changes
- Documentation added for
NodeMap
,RandomEvents
, andRelayParent
; and improved inter-linking of documentation pages. TiledLoader
now accepts a "spriteSheet" property for defining a specific sprite sheet to use for rendering tiles.