UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

10 lines (9 loc) 419 B
/** * @typedef {object} Phaser.Types.GameObjects.Text.TextConfig * @extends Phaser.Types.GameObjects.GameObjectConfig * @since 3.0.0 * * @property {(string|string[])} [text] - The text this Text object will display. * @property {Phaser.Types.GameObjects.Text.TextStyle} [style] - The Text style configuration object. * @property {Phaser.Types.GameObjects.Text.TextPadding} [padding] - A Text Padding object. */