This repository has been archived by the owner on May 2, 2022. It is now read-only.
v1.3.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.8.0+ or above
- TweenJS 1.0.0+ or above
- ZLib 0.3.1+ (rawinflate.js) or above
Changes
- Update PixiJS engine to latest v4.8.1
- Update pixi.js.d to v4.8.1
- [Improve] Delete PIXI.extras.Text as official PIXI.Text fixed the break line issue
- [Improve] Grey image performance (WebGL only)
- [Improve] Support rotated texture (in Editor tick the
allow texture rotated
checkbox) - [Fix] Change image flipping mechanism from scale to flip uv coord (WebGL only) #19
- [Fix] GList scrolling problem for touchevent #20
- [Fix] GList virtual mode not work #21
- [Fix] Canvas not fit if its parent is not in full-screen size
- [Improve] Added mouse wheel event