text
How can I move text to another line?
You can do
text = "Billy \nBob"
This will move Bob to the next line.
It doesn't seem to work with screen.drawText()
though.
I'm not sure how you would do that without just having to calling drawText for each line.
I haven't played around with text much, hopefully someone more informed will comment.