_ok Posted April 1, 2018 Share Posted April 1, 2018 I am trying to following this example and I want to create multiple lines in a path using lineTo instead of circleTo, but instead the particle treats it like two points. var path = new Phaser.Curves.Path(0,0).lineTo(100, 200); Any help is appreciated. Link to comment Share on other sites More sharing options...
rich Posted April 4, 2018 Share Posted April 4, 2018 Sorry, there was a bug stopping this from working properly. This has been fixed in 3.4, so the above code will do as you'd expect. 3.4 will be released shortly, or can be found in the repo master branch. _ok 1 Link to comment Share on other sites More sharing options...
_ok Posted April 4, 2018 Author Share Posted April 4, 2018 8 hours ago, rich said: Sorry, there was a bug stopping this from working properly. This has been fixed in 3.4, so the above code will do as you'd expect. 3.4 will be released shortly, or can be found in the repo master branch. Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts