mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 14:40:38 +00:00
better comment, include in toJSON
This commit is contained in:
parent
aa0d9be861
commit
720cf7e296
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,7 @@ var BitmapText = new Class({
|
|||
this._letterSpacing = 0;
|
||||
|
||||
/**
|
||||
* Adds / Removes spacing lines in a multiline BitmapText object.
|
||||
* Adds / Removes line spacing in a multiline BitmapText object.
|
||||
*
|
||||
* Can be a negative or positive number.
|
||||
*
|
||||
|
@ -1114,6 +1114,7 @@ var BitmapText = new Class({
|
|||
text: this.text,
|
||||
fontSize: this.fontSize,
|
||||
letterSpacing: this.letterSpacing,
|
||||
lineSpacing: this.lineSpacing,
|
||||
align: this.align
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue