Skip to content

Commit 40221d7

Browse files
committed
Docs update.
1 parent 04ed512 commit 40221d7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,12 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
327327
### Updates
328328

329329
* TypeScript definitions fixes and updates (thanks @clark-stevenson)
330-
* Docs typo fixes (thanks)
331-
* Removed a console.log from the TilingSprite generator.
330+
* Docs typo fixes (thanks @thiagojobson)
331+
* Removed a `console.log` from the TilingSprite generator.
332332
* Sound.position can no longer become negative, meaning calls to AudioContextNode.start with negative position offsets will no longer throw errors (thanks @Weedshaker #2351)
333333
* The default state of the internal property `_boundDispatch` in Phaser.Signal is now `false`, which allows for use of boundDispatches (thanks @alvinlao #2346)
334+
* The Tiled parser only supports un-compressed layer data. Previously it would silently fail, now it detects if layer compression is used and displays a console warning instead (thanks @MannyC #2413)
335+
* The Tiled parser now removes the `encoding` parameter so that a subsequent process doesn't try to decode the data again (thanks @MannyC #2412)
334336

335337
### Bug Fixes
336338

@@ -339,6 +341,8 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
339341
* Phaser.World.centerX and Phaser.World.centerY only worked if the bounds had an origin of 0, 0. They now take into account the actual origin (thanks @fillmoreb #2353)
340342
* SoundManager.destroy now validates that context.close is a valid function before calling it (thanks @brianbunch #2355)
341343
* SoundManager.destroy doesn't close the context if it's being stored in PhaserGlobal (thanks @brianbunch #2356)
344+
* Fix typo in p2 BodyDebug.componentToHex that made most debug bodies appear reddish in color (thanks @englercj #2381)
345+
* Previously when a sprite was tinted and a new texture was loaded then the tint did not apply to the texture and the old tinted texture was used (thanks @CptSelewin #2383)
342346

343347
### Pixi Updates
344348

0 commit comments

Comments
 (0)