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
checkIsRunning
argument (#414). - You can now pass
game.stage
as theparent
parameter in thegame.add
methods. - Arcade#closest, Arcade#distanceBetween, and Arcade#farthest have a
useCenter
argument (#418). - Phaser.Device tests for WebGL stencil buffer support (#402).
- Fixed a TypeError when a Text object is created without a
style
argument (#415).