Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Platypus v0.6.6

Compare
Choose a tag to compare
@probityrules probityrules released this 10 Nov 20:47
· 578 commits to master since this release

This release includes better memory management for PIXIAnimation as well as documentation updates.

Bug Fixes

  1. Fixed a Vector bug where setting a 3D vector with a 2D array caused the 3D vector to lose its Z value.
  2. 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

  1. Documentation added for NodeMap, RandomEvents, and RelayParent; and improved inter-linking of documentation pages.
  2. TiledLoader now accepts a "spriteSheet" property for defining a specific sprite sheet to use for rendering tiles.