Bennu Game Development

English Forums => Helpdesk => Topic started by: BlackCurtain on May 31, 2011, 06:34:08 PM

Title: Text line break
Post by: BlackCurtain on May 31, 2011, 06:34:08 PM
How do I make line breaks in strings drawn with write()? I've tried different combinations of characters and signs and even making a line break in the code itself, but nothing works. Or do I really have to make a new call to write() for each line?
Title: Re: Text line break
Post by: FreeYourMind on May 31, 2011, 08:34:05 PM
Yes, you need to do a new call, but you can made a function to simulate the line break...
Title: Re: Text line break
Post by: BlackCurtain on May 31, 2011, 08:42:00 PM
I see, that's what I thought. Thanks.
Title: Re: Text line break
Post by: Windgate on May 31, 2011, 10:49:07 PM
There is a project based on "dynamic line break" working on... In spanish posts :D

I hope it will be working soon.