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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,6 +344,7 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
344
344
* Math.isPowerOfTwo will return a boolean if the given width and height are a power of two.
345
345
* Color.hexToRGBArray converts a hex color value to an [R, G, B] array.
346
346
* Color.RGBArrayToHex converts an RGB color array, in the format: [R, G, B], to a hex color value.
347
+
* PIXI.AbstractFilter has been merged into the Phaser.Filter class.All references to PIXI.AbstractFilter have been updated to use Phaser.Filter instead.
347
348
348
349
### Bug Fixes
349
350
@@ -367,6 +368,8 @@ Please note that Phaser uses a custom build of Pixi and always has done. The fol
367
368
* PIXI.TileSprite has been removed as it's no longer used internally.
368
369
* PIXI.EarCut has been removed as it's no longer used internally.
369
370
* PIXI.Utils has been removed. All functionality is now available in Phaser.
371
+
* PIXI.EventTarget has been removed as it's no longer used internally.
372
+
* PIXI.AbstractFilter has been removed as it's no longer used internally. All functionality is now available via Phaser.Filter.
370
373
371
374
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
0 commit comments