Skip to content

Commit 129a652

Browse files
committed
Docs update.
1 parent 8d69d0e commit 129a652

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
@@ -341,6 +341,8 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
341341
* ArcadePhysics.World.angleBetweenCenters now uses `centerX` and `centerY` properties to check for the angle between, instead of `center.x/y` as that property no longer exists (thanks @leopoldobrines7 #2654)
342342
* The Emitter.makeParticles `collide` argument didn't work, as a result of #2661, but is now properly respected thanks to that change (thanks @samme #2662)
343343
* Sound.play would throw the error "Uncaught DOMException: Failed to execute 'disconnect' on 'AudioNode': the given destination is not connected." in Chrome, if you tried to play an audio marker that didn't exist, while a valid marker was already playing.
344+
* Text bounds would incorrectly displace if the Text resolution was greater than 1 (thanks @valent-novem #2685)
345+
* TilemapParser would calculate widthInPixels and heightInPixels were being read incorrectly from JSON data (capitalisation of properties) (thanks @hexus #2691)
344346

345347
### Pixi Updates
346348

0 commit comments

Comments
 (0)