Finished new font stuff
This commit is contained in:
parent
3e8baa9657
commit
b94fcbd554
2 changed files with 68 additions and 60 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue