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

v1.2.0

Compare
Choose a tag to compare
@jcyuan jcyuan released this 16 May 07:27
· 45 commits to dev since this release

Download

Development Build

Production Build

Dependencies

Changes

  • delete .vscode folder and tsconfig.json as everyone has their own configurations
  • update PixiJS engine to latest v4.7.3
  • update pixi.js.d to v4.7.3
  • update tweenjs.d to latest v1.0.2
  • [Improve] bitmapFont mode for GTextField now supports "Resizable / Colorable" which the editor supports
  • [Improve] do not use createjs.Ticker to advance the Tween anymore but just use PIXI.ticker to update it actively instead
  • [Improve] change the way to stop tween in each Gear classes.

Demo