I am trying to display some text to a pygame window in a paragraph format.
I have tried "\n", but it comes up with an error message. I have tried textwrap --> fill(mystr, 20) but that still prints it on one line.
What would be the best way to do this other than blit-ing each part of the string separately?
Many Thanks :)
p.s. tried adding pics but it kept inserting it as a link