Changed RetroFont.smoothed from string to boolean

This commit is contained in:
Milkey Mouse 2015-11-22 21:37:28 -08:00
parent 609b38c6e1
commit 19845eb691

View file

@ -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", {