We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e8eba commit edf0c17Copy full SHA for edf0c17
1 file changed
src/gameobjects/text/static/Text.js
@@ -191,7 +191,7 @@ var Text = new Class({
191
* Allows you to add extra spacing if the browser is unable to accurately determine the true font dimensions.
192
*
193
* @name Phaser.GameObjects.Text#padding
194
- * @type {{left:number,right:number,top:number,bottom:number}}
+ * @type {Phaser.Types.GameObjects.Text.TextPadding}
195
* @since 3.0.0
196
*/
197
this.padding = { left: 0, right: 0, top: 0, bottom: 0 };
0 commit comments