This is another great update to Phaser CE with new features, updates and fixes.
As usual please see the Change Log for all the details and download the latest build from GitHub, npm or the CDNs:
New Features
- Phaser.BitmapData#polygon draws a polygon.
- Phaser.Keyboard#removeCallbacks removes callbacks added by Phaser.Keyboard#addCallbacks.
- Phaser.Line#fromPoints
- Phaser.Loader#imageFromGrid and Phaser.Loader#imageFromTexture are image-loading counterparts of Phaser.Create#grid and Phaser.Create#texture.
- Phaser.Point.sortClockwise sorts points around a reference point.
- Phaser.Point#angleXY
- Phaser.Point#atan computes a point's arctangent.
- Phaser.Point#expand increases a point's magnitude to a minimum length.
- Phaser.World#wrapAll wraps all members of a group.
As usual please see the Change Log for all the details and download the latest build from GitHub, npm or the CDNs: