mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 09:48:18 +00:00
docs update
This commit is contained in:
parent
8bf93fb658
commit
347978679d
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
* A TilemapLayer is a Phaser.Image/Sprite that renders a specific TileLayer of a Tilemap.
|
* A TilemapLayer is a Phaser.Image/Sprite that renders a specific TileLayer of a Tilemap.
|
||||||
*
|
*
|
||||||
* Since a TilemapLayer is a Sprite it can be moved around the display, added to other groups or display objects, etc.
|
* Since a TilemapLayer is a Sprite it can be moved around the display, added to other groups or display objects, etc.
|
||||||
|
* By default TilemapLayers have fixedToCamera set to `true`. Changing this will break Camera follow and scrolling behaviour.
|
||||||
*
|
*
|
||||||
* @class Phaser.TilemapLayer
|
* @class Phaser.TilemapLayer
|
||||||
* @extends {Phaser.Image}
|
* @extends {Phaser.Image}
|
||||||
|
|
Loading…
Reference in a new issue