Finished new font stuff

This commit is contained in:
Joel Teichroeb 2011-05-23 12:47:43 -07:00
parent 3e8baa9657
commit b94fcbd554
2 changed files with 68 additions and 60 deletions

View file

@ -270,7 +270,7 @@ void TextObject::draw() {
return;
// render multi-line (wrapped) text
for (int i = 0; i < _numberLines; i++) {
int x = 0, y = 0;
int x = _x, y = _y;
if (_blastDraw)
y = _y + 5;