mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Changed RetroFont.smoothed from string to boolean
This commit is contained in:
parent
609b38c6e1
commit
19845eb691
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ Object.defineProperty(Phaser.RetroFont.prototype, "text", {
|
|||
|
||||
/**
|
||||
* @name Phaser.RetroFont#smoothed
|
||||
* @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.
|
||||
* @property {boolean} smoothed - Sets if the stamp is smoothed or not.
|
||||
*/
|
||||
Object.defineProperty(Phaser.RetroFont.prototype, "smoothed", {
|
||||
|
||||
|
|
Loading…
Reference in a new issue