Version 2.7.1 of Phaser CE has been released. It's now available on GitHub and npm (under the package name phaser-ce
).
2.7.1 is the first release created entirely by the Phaser community, and it includes:
Updates
- Added a third optional parameter to PIXI.BaseTexture allowing textures to be scaled according to devicePixelRatio (thanks @cloakedninjas)
- TypeScript definitions fixes and updates (thanks @Aleksey-Danchin)
Bug Fixes
- Phaser.AnimationParser.spriteSheet() now works like it is supposed to work (thanks @stoneman1, @qarlosh)
- EarCut was not included in the build because of wrong path in grunt tasks. It should now work (thanks @stoneman1)
- Some browsers uses CancelRequestAnimationFrame instead of CancelAnimationFrame and it is now fixed (thanks @stoneman1)