Skip to content

Commit 432a03e

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 387e560 + 6128b27 commit 432a03e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/gameobjects/text/static/Text.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ var Text = new Class({
200200
{
201201
this.setPadding(style.padding);
202202
}
203+
204+
if (style && style.lineSpacing)
205+
{
206+
this._lineSpacing = style.lineSpacing;
207+
}
203208

204209
this.setText(text);
205210

0 commit comments

Comments
 (0)