
This is another great update to Phaser CE. This one focuses on enhancements and updates to existing functions.
As usual please see the Change Log for all the details and download the latest build from GitHub, npm or the CDNs:
- TweenManager#isTweening has a
checkIsRunningargument (#414). - You can now pass
game.stageas theparentparameter in thegame.addmethods. - Arcade#closest, Arcade#distanceBetween, and Arcade#farthest have a
useCenterargument (#418). - Phaser.Device tests for WebGL stencil buffer support (#402).
- Fixed a TypeError when a Text object is created without a
styleargument (#415).