world << font.wrap_text("testing\nbugs", 15)
Output:
tes
tin
g
b
ug
s
HUD Groups |
|
An easy way to manage screen objects. |
ID:328850
Feb 23 2012, 1:43 pm
|
|||||||||||||
| |||||||||||||
I think it skips over existing newlines.
world << font.wrap_text("testing\nbugs", 15)
Output: tes tin g b ug s |
Feb 25 2012, 5:26 am
|
|
Ok, this should be fixed in the next update too.
|