mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 06:58:30 +00:00
Bumped version
This commit is contained in:
parent
13e2a42da6
commit
519a7f99e1
1 changed files with 2 additions and 2 deletions
|
@ -846,7 +846,7 @@ var Layer = new Class({
|
|||
* @method Phaser.GameObjects.Layer#addToDisplayList
|
||||
* @fires Phaser.Scenes.Events#ADDED_TO_SCENE
|
||||
* @fires Phaser.GameObjects.Events#ADDED_TO_SCENE
|
||||
* @since 3.56.0
|
||||
* @since 3.60.0
|
||||
*
|
||||
* @param {(Phaser.GameObjects.DisplayList|Phaser.GameObjects.Layer)} [displayList] - The Display List to add to. Defaults to the Scene Display List.
|
||||
*
|
||||
|
@ -892,7 +892,7 @@ var Layer = new Class({
|
|||
* @method Phaser.GameObjects.Layer#removeFromDisplayList
|
||||
* @fires Phaser.Scenes.Events#REMOVED_FROM_SCENE
|
||||
* @fires Phaser.GameObjects.Events#REMOVED_FROM_SCENE
|
||||
* @since 3.56.0
|
||||
* @since 3.60.0
|
||||
*
|
||||
* @return {this} This Layer.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue