You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/).
4
4
5
5
## Description
6
6
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.
8
8
* Draw your path in-game during runtime.
9
9
* 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.
11
11
12
12
## Usage
13
13
@@ -26,20 +26,19 @@ function create ()
26
26
}
27
27
```
28
28
29
-
UI:
29
+
*UI:
30
30
31
31
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.
37
36
38
37
## Requirements:
39
38
40
39
* Phaser 3
41
40
42
-
##Dev notes
41
+
##Dev notes
43
42
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);
0 commit comments