mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Fixed a couple of BitmapTextSize descriptions.
This commit is contained in:
parent
8a7f381a28
commit
085efa3190
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
/**
|
||||
* @typedef {object} BitmapTextSize
|
||||
*
|
||||
* @property {GlobalBitmapTextSize} global - The position and size of the BitmapFont, taking into consideration the position and scale of the BitmapText Game Object.
|
||||
* @property {LocalBitmapTextSize} local - The position and size of the BitmapFont, taking just the font into consideration.
|
||||
* @property {GlobalBitmapTextSize} global - The position and size of the BitmapText, taking into consideration the position and scale of the Game Object.
|
||||
* @property {LocalBitmapTextSize} local - The position and size of the BitmapText, taking just the font size into consideration.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue