This repository has been archived by the owner on May 2, 2022. It is now read-only.
v1.1.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.5.5 or above
- TweenJS 0.6.2 or above
- ZLib 0.3.1 (rawinflate.js) or above
Changes
- add frameElapsed argument for the callback handler managed by GTimer
- [Fix] texture trim info missing for GMovieClip, this causes the texture jumps while rendering
- [Fix] added utils.AssetLoader to cache resources, this class is a sub-class from PIXI.loaders.Loader, so actually they have the same methods and usages, but AssetLoader will act as a cache pool for the FGUI system as well.
- re-constructure Controller System