This repository has been archived by the owner on May 2, 2022. It is now read-only.
v1.2.0
Download
Development Build
- TypeDefinition fairygui.d.ts
- JS fairygui.js
- Source Map fairygui.js.map
Production Build
- JS fairygui.min.js
- Source Map fairygui.min.js.map
Dependencies
- PixiJS 4.7.3 or above
- TweenJS 1.0.0 or above
- ZLib 0.3.1 (rawinflate.js) or above
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.