Skip to content

Phaser CE v2.19.0

Compare
Choose a tag to compare
@photonstorm photonstorm released this 23 Aug 21:43
· 97 commits to master since this release
6aaec33

API Changes

Text

  • Text height is now calculated from actualBoundingBoxAscent and actualBoundingBoxDescent where available or estimated from character widths otherwise. If you need uniform display across devices, it's best to pass style.fontProperties when creating a Text object.
  • The default Text#testString changed to |MÂÉQfjq_.

Tilemaps

New Features

Updates

Bug Fixes

  • Tilemap#createFromObjects() was adjusting y-coordinates for all tile objects, which was incorrect. Now it adjusts y-coordinates for tile objects only, which have origin (0, 1) in Tiled.