mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Docs update.
This commit is contained in:
parent
5ef9b0a5e6
commit
3ad60b815b
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ Version 2.4 - "Katar" - in dev
|
|||
* Tween.generateData didn't set a default value for the `frameRate` parameter if undefined, causing an infinite loop (thanks @rblopes #1782 #1785)
|
||||
* Fixed the Pixelate filter, changing the `dimensions` uniform to a 2f and removing un-needed vecs from the fragment src. Also fixed the size getter and added sizeX and sizeY getters/setters (#1780)
|
||||
* Tween.to and Tween.from can now accept `null` as the ease parameter value. If `null` it will use the default tween, as per the documentation (thanks @nkovacs #1817)
|
||||
* TilemapParser.parseTiledJSON would ignore 'falsey' properties set on Objects in Tiled JSON tilemaps, such as `x: 0` or `visible: false`. These properties are now accurately copied over to the destination map data (thanks @MaksJS #1818)
|
||||
|
||||
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue