[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Bltting numerous lines of text easily



Joseph Quigley wrote:
I'm trying to create a file that displays credits (movie style) but I
can not figure out how to blit more than 1 line of text at a time (\n
doesn't work). Is there a special pygame trick for this?

Not that I've found -- I think you just have to split the string yourself and draw each line separately.

--
Greg