Skip to content

Commit 48c9115

Browse files
committed
update README, CHANGELOG
1 parent 479bc56 commit 48c9115

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Changelog
1+
# Changelog
22

33
## Version 0.0.1 - March 19th 2018
44

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Phaser 3 Plugin Path Builder
22

3-
A tool to build paths used for tweens and Pathfollowers. Draw and edit Lines, Bezier Curves, Splines and Ellipses during runtime and export them to Phaser.
3+
A tool to build paths used for tweens and Pathfollowers. Draw and edit Lines, Bezier Curves, Splines and Ellipses during runtime and export them to Phaser. [Demo](https://samid737.github.io/pathbuilder/).
44

55
## Description
66

7-
* Curve Builder is A useful tool for editing and building tween paths.
7+
* Path Builder is A useful tool for editing and building tween paths.
88
* Draw your path in-game during runtime.
99
* Export path as JSON Data.
10-
* Load them into Phaser and create the most awesome [tween]()!
10+
* Load them into Phaser and create awesome animations.
1111

1212
## Usage
1313

@@ -26,20 +26,19 @@ function create ()
2626
}
2727
```
2828

29-
UI:
29+
* UI:
3030

3131
1. Click show to display main panel.
32-
2. Click on draw to enter draw mode.
33-
3. Click to add points, default draw mode is Cubic Bezier.
34-
4. Hold mouse button 0.5 to switch to to different curves.
35-
5. Hold S to snap during drawing.
36-
32+
2. Click draw to enter draw mode.
33+
3. Click anywhere add points, default draw mode is Cubic Bezier (which is pretty common to use).
34+
4. Hold mouse button 0.5s to select different curves.
35+
5. Hold S to snap while drawing.
3736

3837
## Requirements:
3938

4039
* Phaser 3
4140

42-
##Dev notes
41+
## Dev notes
4342
Run `npm install` and then `npm run build` to build the plugin.
44-
The plugin is in active development and features will be added over time. Ideas, contributions, optimizations, suggestions are very welcome. All changes are found in the [Changelog]();
43+
The plugin is in active development and features will be added over time. Ideas, contributions, optimizations, suggestions are very welcome. All changes are found in the [Changelog](https://github.com/samid737/phaser3-plugin-pathbuilder/blob/master/CHANGELOG.md);
4544

0 commit comments

Comments
 (0)