Skip to content

Commit

Permalink
prepare for v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samid737 committed Jul 8, 2018
1 parent 43ea58a commit 07e5691
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 186 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A tool to build paths for [Pathfollowers](https://labs.phaser.io/index.html?dir=
```
function preload ()
{
this.load.scenePlugin('PathBuilder', 'path/to/PathBuilder.js');
this.load.plugin('PathBuilder', "<path-to-plugin>/PathBuilder.js",'PathBuilder');
}
```
* UI:
Expand All @@ -45,8 +45,6 @@ function preload ()
* Import : Import existing path (JSON).
* Export : Save the current path as JSON file.



### Having problems with usage? Please submit an [Issue](https://github.com/samid737/phaser3-plugin-pathbuilder/issues/new).

## Requirements:
Expand All @@ -58,6 +56,11 @@ function preload ()
## Dev notes

Run `npm install` and then `npm run build` to build the plugin.

There is a legacy ES5 branch:

https://github.com/samid737/phaser3-plugin-pathbuilder/tree/ES5

The plugin is in active development and features will be added over time. Contributions, optimizations, suggestions are very welcome. All changes are found in the [Changelog](https://github.com/samid737/phaser3-plugin-pathbuilder/blob/master/CHANGELOG.md);

Honour the [Phaser Code](https://github.com/photonstorm/phaser).
Expand Down
Loading

0 comments on commit 07e5691

Please sign in to comment.