Skip to content

Commit 19845eb

Browse files
committed
Changed RetroFont.smoothed from string to boolean
1 parent 609b38c commit 19845eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/RetroFont.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ Object.defineProperty(Phaser.RetroFont.prototype, "text", {
584584

585585
/**
586586
* @name Phaser.RetroFont#smoothed
587-
* @property {string} text - Set this value to update the text in this sprite. Carriage returns are automatically stripped out if multiLine is false. Text is converted to upper case if autoUpperCase is true.
587+
* @property {boolean} smoothed - Sets if the stamp is smoothed or not.
588588
*/
589589
Object.defineProperty(Phaser.RetroFont.prototype, "smoothed", {
590590

0 commit comments

Comments
 (0)