mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Docs update.
This commit is contained in:
parent
2b2ee27912
commit
3fc8fbadca
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ Version 2.3.0 - "Tarabon" - in dev
|
|||
* TilemapParser now supports Tiled 0.11 version maps which includes the `rotation` property on all Object types.
|
||||
* Tilemap.createFromObjects now checks for a `rotation` property on the Object and if present will set it as the Sprite.angle (#1433)
|
||||
* If for whatever reason you wish to hide the Phaser banner in the console.log you can set `window.PhaserGlobal.hideBanner` to `true` and it will skip the output. Honestly I'd rather if you didn't, but the option is now there.
|
||||
* TilemapLayer.setScale will allow you to apply scaling to a specific Tilemap layer, i.e. `layer.setScale(2)` would double the size of the layer. The way the Camera responds to the layer is adjusted accordingly based on the scale, as is Arcade collision (thanks @mickez #1605)
|
||||
|
||||
### Updates
|
||||
|
||||
|
|
Loading…
Reference in a new issue