Skip to content

Commit

Permalink
The Tiled JSON parser will now include Tiled polygons, ellipse and re…
Browse files Browse the repository at this point in the history
…ctangle geometry objects in the resulting map data (thanks @tigermonkey, phaserjs#791)
  • Loading branch information
photonstorm committed May 13, 2014
1 parent 5770b65 commit 8d8c3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Version 2.0.5 - "Tanchico" - in development
* Tilemap.setCollisionByIndex has a new boolean parameter 'recalculate' which lets you control recalculation of the collision faces (thanks @max-m, #819)
* Graphics.drawTriangles will draw an array of vertices to the Graphics object (thanks @codevinsky, #795)
* Polygon.area will calculate the area of the Polygon (thanks @codevinsky, #795)
* The Tiled JSON parser will now include Tiled polygons, ellipse and rectangle geometry objects in the resulting map data (thanks @tigermonkey, #791)


### New Plugins
Expand Down

0 comments on commit 8d8c3cb

Please sign in to comment.