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
## Version 3.0.0 - "Shadow Coast" - In Development
308
+
## Version 2.7.1 - "Shadow Coast" - In Development
309
309
310
310
### New Features
311
311
@@ -362,6 +362,7 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
362
362
* Text.width and Text.height now divide the result by the Text.resolution, to avoid incorrect dimensions on High DPI devices (thanks @mattahj#2146)
363
363
* If you called Video.changeSource, and then immediately called Video.play after it, it would fire the `onComplete` event twice (thanks @jaraiza#2543)
364
364
* The Video.playing property didn't check to see if the Video existed, and would throw the error `Uncaught TypeError: Cannot read property 'paused' of null` if you called it after destroying the video (thanks @Tetley#2740)
365
+
* Fixed bug in DisplayObject where it was using `PI_2` instead of `PI2`.
0 commit comments