mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
Finished all BitmapText descriptions, other than GameObject class descriptions.
This commit is contained in:
parent
fb33fd045d
commit
39ace6c9e9
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ var Render = require('./BitmapTextRender');
|
|||
* @typedef {object} JSONBitmapText
|
||||
* @extends {JSONGameObject}
|
||||
*
|
||||
* @property {string} font - [description]
|
||||
* @property {string} text - [description]
|
||||
* @property {number} fontSize - [description]
|
||||
* @property {string} font - The name of the font.
|
||||
* @property {string} text - The text that this Bitmap Text displays.
|
||||
* @property {number} fontSize - The size of the font.
|
||||
* @property {number} letterSpacing - Adds/Removes spacing between characters
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue