Converted the Pixi.Ellipse class.

This commit is contained in:
photonstorm
2014-02-10 01:18:53 +00:00
parent e15bebd269
commit f9f2f2a9ae
5 changed files with 313 additions and 10 deletions
+5 -1
View File
@@ -338,7 +338,11 @@ Phaser.Text.prototype.runWordWrap = function(text) {
result += words[j] + ' ';
}
}
result += '\n';
if (i < lines.length-1)
{
result += '\n';
}
}
return result;