Skip to content

Commit 6f1ba28

Browse files
committed
README updates.
1 parent 5047606 commit 6f1ba28

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Version 2.0.5 - "Tanchico" - in development
6666
* PluginManager.add now accepts additional parameters and if given a function it will pass them all to the Plugin constructor.
6767
* Tilemap.getTile has a new nonNull parameter. If true it won't return `null` for empty tiles, but will return the actual Tile in that location.
6868
* Math.interpolateAngles and Math.nearestAngleBetween have been removed for the time being. They threw run-time errors previously.
69+
* PIXI.InteractionManager is no longer over-written if the object already exists (thanks @georgee, #818)
6970

7071

7172
### New Features
@@ -82,6 +83,10 @@ Version 2.0.5 - "Tanchico" - in development
8283
* Phaser.Utils.rotateArray will rotate the given array by 90 or 180 degrees in either direction and return it.
8384
* BitmapData.rect provides a quick way to draw a Rectangle to a BitmapData.
8485
* Button.onOverMouseOnly is a boolean that causes onOver events to fire only if the pointer was a mouse (i.e. stops onOver sounds triggering on touch)
86+
* Tilemap.setCollision has a new boolean parameter 'recalculate' which lets you control recalculation of the collision faces (thanks @max-m, #819)
87+
* Tilemap.setCollisionBetween has a new boolean parameter 'recalculate' which lets you control recalculation of the collision faces (thanks @max-m, #819)
88+
* Tilemap.setCollisionByExclusion has a new boolean parameter 'recalculate' which lets you control recalculation of the collision faces (thanks @max-m, #819)
89+
* Tilemap.setCollisionByIndex has a new boolean parameter 'recalculate' which lets you control recalculation of the collision faces (thanks @max-m, #819)
8590

8691

8792
### New Plugins

0 commit comments

Comments
 (0)