v0.1.0
First release
Includes
- JSFL script for exporting UI, Built in Adobe Animate
- ComponentClip self-building component
- Plugin Phaser 3 Plugin for simple clip creating from scene factory and creator
- UI Components:
-
- ComponentPrototype Base component class, can be easily overrided to create any component you like
-
- Button, simple button with 4 states,
up
,over
,down
,disable
- Button, simple button with 4 states,
-
- ButtonDraggable same as button, but also emit drag event, drag bounds can be applied
-
- ButtonSelect checkbox-like button, has 4+4 states ( with
_select
suffix and without it)
- ButtonSelect checkbox-like button, has 4+4 states ( with
-
- ButtonRadio radio buttons can be grouped, so only one of them can be selected
-
- ScrollBar can be vertical or horizontal, has draggable thumb, prev and next buttons.
-
- ScrollPanel scrolls any provided container with applied scroll bar
Watch full docs, examples and tutorials here
https://xense.github.io/phaser-ui-comps-docs/