@@ -10,10 +10,10 @@ export to JSON and bitmaps with provided
10
10
and ` UIComponentPrototype ` Will help to control them, switch states,
11
11
listen to click, drag and other events.
12
12
13
- In addition, ` UIComponentPrototype ` and it" s children classes don" t mind,
13
+ In addition, ` UIComponentPrototype ` and it' s children classes don' t mind,
14
14
if they have a real clip instance in current state or at all,
15
15
so 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.
17
17
18
18
All bitmaps are exported to png files with the same folder structure
19
19
as 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
29
29
30
30
[ Issues, bugs, new components ideas] ( https://github.com/xense/phaser-ui-comps/issues )
31
31
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 )
33
33
34
34
<h4 >Export Animate document</h4 >
35
35
To run JSFL script in Animate select ` Commands > Run Command ` ,
@@ -47,6 +47,11 @@ npm install --save phaser-ui-comps
47
47
Or you can download minified version from
48
48
[ https://github.com/xense/phaser-ui-comps/tree/master/dist ] ( https://github.com/xense/phaser-ui-comps/tree/master/dist )
49
49
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
+
50
55
* Note!*
51
56
* PhaserComps uses [ underscore.js] ( https://underscorejs.org/ )
52
57
There are two builds in the /dist folder,
0 commit comments