@@ -10,10 +10,10 @@ export to JSON and bitmaps with provided
1010and ` UIComponentPrototype ` Will help to control them, switch states,
1111listen to click, drag and other events.
1212
13- In addition, ` UIComponentPrototype ` and it" s children classes don" t mind,
13+ In addition, ` UIComponentPrototype ` and it' s children classes don' t mind,
1414if they have a real clip instance in current state or at all,
1515so nothing bad happens, for example, if you remove some button instance in your window in
16- Animate document and keep it" s ` UIComponentPrototype ` instance.
16+ Animate document and keep it' s ` UIComponentPrototype ` instance.
1717
1818All bitmaps are exported to png files with the same folder structure
1919as in the Animate document library. Pack them to atlases using
@@ -29,7 +29,7 @@ as in the Animate document library. Pack them to atlases using
2929
3030[ Issues, bugs, new components ideas] ( https://github.com/xense/phaser-ui-comps/issues )
3131
32- [ Animate document example] ( https://github.com/xense/phaser-ui-comps-docs/tree /master/examples/xfl/ )
32+ [ Animate document example] ( https://github.com/xense/phaser-ui-comps-docs/raw /master/examples/xfl/UI.fla )
3333
3434<h4 >Export Animate document</h4 >
3535To run JSFL script in Animate select ` Commands > Run Command ` ,
@@ -47,6 +47,11 @@ npm install --save phaser-ui-comps
4747Or you can download minified version from
4848[ https://github.com/xense/phaser-ui-comps/tree/master/dist ] ( https://github.com/xense/phaser-ui-comps/tree/master/dist )
4949
50+ Or use [ jsdelivr cdn] ( https://www.jsdelivr.com/ ) version
51+ ``` html
52+ <script src =" https://cdn.jsdelivr.net/npm/phaser-ui-comps@0.1.1/dist/phaser-ui-comps-with-underscore.min.js" ></script >
53+ ```
54+
5055* Note!*
5156* PhaserComps uses [ underscore.js] ( https://underscorejs.org/ )
5257There are two builds in the /dist folder,
0 commit comments