Skip to content

Commit e39cd58

Browse files
committed
The start of the PIXI re-documentation process. Time to remove the old YUIdoc syntax, and replace with JSDoc and more meaningful descriptions.
1 parent d119ffa commit e39cd58

2 files changed

Lines changed: 655 additions & 554 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
328328
* TypeScript definitions fixes and updates (thanks)
329329
* Docs typo fixes (thanks @drhayes @)
330330
* The TilemapParser will now add more data when importing Image object types from Tiled. The extra data available is: image width, image height, and flags to see if the image is flipped either horizontally, vertically or diagonally (thanks @gotenxds #2564 #2554)
331-
* Removed `PIXI.DisplayObject.prototype._renderWebGL` and `PIXI.DisplayObject.prototype._renderCanvas` as both were only there for ancient jshint tests.
332331
*
333332

334333
### Bug Fixes
@@ -337,6 +336,12 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
337336
* Sound.volume was accidentally repeated twice in the source (thanks @LoneStranger #2569)
338337
*
339338

339+
### Pixi Updates
340+
341+
Please note that Phaser uses a custom build of Pixi and always has done. The following changes have been made to our custom build, not to Pixi in general.
342+
343+
* Removed `_renderWebGL`, `_renderCanvas`, `getLocalBounds` and `getBounds` from PIXI.DisplayObject, as they were only there to pass ancient jshint rules.
344+
340345
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
341346

342347
![Contributing](http://phaser.io/images/github/div-contributing.png "Contributing")

0 commit comments

Comments
 (0)