Skip to content

Commit 2fc7952

Browse files
committed
v0.1.1
1 parent 3f16d8d commit 2fc7952

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ export to JSON and bitmaps with provided
1010
and `UIComponentPrototype` Will help to control them, switch states,
1111
listen 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,
1414
if they have a real clip instance in current state or at all,
1515
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.
1717

1818
All bitmaps are exported to png files with the same folder structure
1919
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
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>
3535
To run JSFL script in Animate select `Commands > Run Command`,
@@ -47,6 +47,11 @@ npm install --save phaser-ui-comps
4747
Or 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/)
5257
There are two builds in the /dist folder,

dist/phaser-ui-comps-with-underscore.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)