Skip to content

Commit 44fd2d3

Browse files
committed
prepare for v1.6.0
1 parent 6ab9b52 commit 44fd2d3

File tree

4 files changed

+6
-1106
lines changed

4 files changed

+6
-1106
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,9 @@ A tool to build paths for [Pathfollowers](https://labs.phaser.io/index.html?dir=
2121
```
2222
function preload ()
2323
{
24-
this.load.plugin('PathBuilder', 'path/to/PathBuilder.js');
24+
this.load.scenePlugin('PathBuilder', 'path/to/PathBuilder.js');
2525
}
2626
```
27-
3.
28-
```
29-
30-
function create ()
31-
{
32-
this.sys.install('PathBuilder');
33-
}
34-
```
35-
3627
* UI:
3728

3829
* Controls:
@@ -60,8 +51,8 @@ function create ()
6051

6152
## Requirements:
6253

63-
* Phaser 3 (at least 3.3.0, not working in 3.7.1).
64-
* Mouse with middle mouse button click.
54+
* Phaser 3, latest recommended to guarantee matching API.
55+
* Mouse with middle mouse button if you want to explore A scene.
6556
* Chrome browser recommended.
6657

6758
## Dev notes

0 commit comments

Comments
 (0)