Fix return type in Text#getTextMetrics: object -> Phaser.Types.GameObjects.Text.TextMetric

This commit is contained in:
Michael Hadley 2020-05-30 07:53:48 -05:00
parent d6e8600766
commit 4e0176691a

View file

@ -1299,7 +1299,7 @@ var Text = new Class({
* @method Phaser.GameObjects.Text#getTextMetrics
* @since 3.0.0
*
* @return {object} The text metrics.
* @return {Phaser.Types.GameObjects.Text.TextMetrics} The text metrics.
*/
getTextMetrics: function ()
{