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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,7 @@ Version 2.4 - "Katar" - in dev
308
308
* Ellipse.random will return a uniformly distributed random point from anywhere within the ellipse.
309
309
* Rectangle.random will return a uniformly distributed random point from anywhere within the rectangle.
310
310
* Line.rotate allows you to rotate a line by the given amount around its center point.
311
+
* Device.chromeVersion will return the major version number of Chrome.
311
312
312
313
### Updates
313
314
@@ -382,6 +383,7 @@ Version 2.4 - "Katar" - in dev
382
383
* Tween.to and Tween.from can now accept `null` as the ease parameter value. If `null` it will use the default tween, as per the documentation (thanks @nkovacs#1817)
383
384
* TilemapParser.parseTiledJSON would ignore 'falsey' properties set on Objects in Tiled JSON tilemaps, such as `x: 0` or `visible: false`. These properties are now accurately copied over to the destination map data (thanks @MaksJS#1818)
384
385
* Removed un-necessary PIXI.TextureCache pollution in Phaser.LoaderParser.bitmapFont.
386
+
*
385
387
386
388
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
0 commit comments