Skip to content

Commit 39ace6c

Browse files
committed
Finished all BitmapText descriptions, other than GameObject class descriptions.
1 parent fb33fd0 commit 39ace6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/gameobjects/bitmaptext/static/BitmapText.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ var Render = require('./BitmapTextRender');
4646
* @typedef {object} JSONBitmapText
4747
* @extends {JSONGameObject}
4848
*
49-
* @property {string} font - [description]
50-
* @property {string} text - [description]
51-
* @property {number} fontSize - [description]
49+
* @property {string} font - The name of the font.
50+
* @property {string} text - The text that this Bitmap Text displays.
51+
* @property {number} fontSize - The size of the font.
5252
* @property {number} letterSpacing - Adds/Removes spacing between characters
5353
*/
5454

0 commit comments

Comments
 (0)