Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ExportToPhaser.jsfl | 2019-04-05 | 15.2 kB | |
phaser-ui-comps-with-underscore.min.js | 2019-04-05 | 48.0 kB | |
phaser-ui-comps.min.js | 2019-04-05 | 30.0 kB | |
README.md | 2019-04-05 | 970 Bytes | |
v0.1.0 source code.tar.gz | 2019-04-05 | 89.5 kB | |
v0.1.0 source code.zip | 2019-04-05 | 98.6 kB | |
Totals: 6 Items | 282.4 kB | 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
* * 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)
* * 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/