Skip to content

Commit 4fbb7d2

Browse files
committed
readme updates.
1 parent ca752cc commit 4fbb7d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ We've also removed functions and properties from Pixi classes that Phaser doesn'
130130
* ArraySet.removeAll allows you to remove all members of an ArraySet and optionally call `destroy` on them as well.
131131
* GameObject.input.dragStartPoint now stores the coordinates the object was at when the drag started. This value is populated when the drag starts. It can be used to return an object to its pre-drag position, for example if it was dropped in an invalid place in-game.
132132
* Text.padding specifies a padding value which is added to the line width and height when calculating the Text size. ALlows you to add extra spacing if Phaser is unable to accurately determine the true font dimensions (#1561 #1518)
133+
* P2 Capsule Shapes now support BodyDebug drawinging (thanks @englercj #1686)
133134

134135
### Updates
135136

@@ -209,6 +210,7 @@ We've also removed functions and properties from Pixi classes that Phaser doesn'
209210
* Any Tile set with alpha !== 1 would cause the whole layer to render incorrectly (thanks @nkholski #1666)
210211
* P2 Debug Body class: The shape check in draw() needed to check for Convex last, since other shapes (like Rectangle) inherit from Convex (thanks @englercj #1674)
211212
* P2 Debug Body class: The updateSpriteTransform() function needed to be called from the ctor. Otherwise bodies with no sprite (so no postUpdate call) would never be moved to draw in the correct position (thanks @englercj #1674)
213+
* Animations are now guarded allowing Sprites with animations to be destroyed from within onUpdate, onLoop or onComplete events (thanks @pnstickne #1685 #1679)
212214

213215
### Pixi 2.2.8 Bug Fixes
214216

0 commit comments

Comments
 (0)