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
P2.Body.loadPolygon now allows the key parameter to be passed as null - when this happens the object parameter can be the actual physics object data instead of a string pointing to the cache, allowing you to take advantage of adding multiple convex shapes with automatic adjustments for center of mass phaserjs#1801
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,7 @@ Version 2.4 - "Katar" - in dev
309
309
* Rectangle.random will return a uniformly distributed random point from anywhere within the rectangle.
310
310
* Line.rotate allows you to rotate a line by the given amount around its center point.
311
311
* Device.chromeVersion will return the major version number of Chrome.
312
+
* TilingSprite.textureDebug is a new boolean that allows you to visually debug the generated texture a TilingSprite creates.
312
313
313
314
### Updates
314
315
@@ -348,6 +349,7 @@ Version 2.4 - "Katar" - in dev
348
349
* ScaleManager.scaleSprite will no longer try and scale a display object that doesn't have a scale property.
349
350
* The LoadTexture component has a new property `customRender` which is checked for in the Core postUpdate to know when to render custom elements like Videos.
350
351
* BitmapText line spacing and word wrapping has been vastly improved and bought in-line with how Pixi 3 handles it, but with additional anchor support.
352
+
* P2.Body.loadPolygon now allows the `key` parameter to be passed as `null` - when this happens the `object` parameter can be the actual physics object data instead of a string pointing to the cache, allowing you to take advantage of adding multiple convex shapes with automatic adjustments for center of mass #1801
0 commit comments