You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ Version 2.0.5 - "Tanchico" - in development
66
66
* PluginManager.add now accepts additional parameters and if given a function it will pass them all to the Plugin constructor.
67
67
* 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.
68
68
* 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)
69
70
70
71
71
72
### New Features
@@ -82,6 +83,10 @@ Version 2.0.5 - "Tanchico" - in development
82
83
* Phaser.Utils.rotateArray will rotate the given array by 90 or 180 degrees in either direction and return it.
83
84
* BitmapData.rect provides a quick way to draw a Rectangle to a BitmapData.
84
85
* 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)
0 commit comments