Skip to content

v0.1.0

Compare
Choose a tag to compare
@xense xense released this 05 Apr 07:49
· 53 commits to master since this release

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/