We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a525e43 commit 87e8ebaCopy full SHA for 87e8eba
1 file changed
src/gameobjects/text/static/TextFactory.js
@@ -41,7 +41,7 @@ var GameObjectFactory = require('../../GameObjectFactory');
41
* @param {number} x - The horizontal position of this Game Object in the world.
42
* @param {number} y - The vertical position of this Game Object in the world.
43
* @param {(string|string[])} text - The text this Text object will display.
44
- * @param {object} [style] - The Text style configuration object.
+ * @param {Phaser.Types.GameObjects.Text.TextStyle} [style] - The Text style configuration object.
45
*
46
* @return {Phaser.GameObjects.Text} The Game Object that was created.
47
*/
0 commit comments