ohgodhowdidthis / trance

procedural RIST
Do What The F*ck You Want To Public License
43 stars 22 forks source link

Break up long text lines #17

Open fd-clara opened 6 years ago

fd-clara commented 6 years ago

Hi, first of all thanks for making this amazing program. I have had some trouble getting long sentences to display in multiple lines. I tried adding "\n" strings to break them up, but this just makes the program treat the chunks as separate text lines (for example with the fade animation). In version 0.1.1 adding "\n"'s seemed to work, but not any more. Is there any way to get this functionality?