Finished all BitmapText descriptions, other than GameObject class descriptions.

This commit is contained in:
Chris Andrew 2018-06-06 17:34:18 +01:00
parent fb33fd045d
commit 39ace6c9e9

View file

@ -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
*/