We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb33fd0 commit 39ace6cCopy full SHA for 39ace6c
1 file changed
src/gameobjects/bitmaptext/static/BitmapText.js
@@ -46,9 +46,9 @@ var Render = require('./BitmapTextRender');
46
* @typedef {object} JSONBitmapText
47
* @extends {JSONGameObject}
48
*
49
- * @property {string} font - [description]
50
- * @property {string} text - [description]
51
- * @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.
52
* @property {number} letterSpacing - Adds/Removes spacing between characters
53
*/
54
0 commit comments