mirror of
https://github.com/photonstorm/phaser
synced 2024-11-17 10:18:42 +00:00
Revise descriptions for BaseCamera centerX, centerY
This commit is contained in:
parent
0cf9811ff2
commit
0e10d50bd8
1 changed files with 2 additions and 2 deletions
|
@ -1701,7 +1701,7 @@ var BaseCamera = new Class({
|
|||
},
|
||||
|
||||
/**
|
||||
* The x position of the center of the Camera's viewport, relative to the top-left of the game canvas.
|
||||
* The horizontal position of the center of the Camera's viewport, relative to the left of the game canvas.
|
||||
*
|
||||
* @name Phaser.Cameras.Scene2D.BaseCamera#centerX
|
||||
* @type {number}
|
||||
|
@ -1718,7 +1718,7 @@ var BaseCamera = new Class({
|
|||
},
|
||||
|
||||
/**
|
||||
* The y position of the center of the Camera's viewport, relative to the top-left of the game canvas.
|
||||
* The vertical position of the center of the Camera's viewport, relative to the top of the game canvas.
|
||||
*
|
||||
* @name Phaser.Cameras.Scene2D.BaseCamera#centerY
|
||||
* @type {number}
|
||||
|
|
Loading…
Reference in a new issue