Attract-Mode Support Forum

Attract-Mode Support => Themes => Topic started by: Dukafleed on February 08, 2017, 02:01:46 PM

Title: Need help with a theme command "add text"
Post by: Dukafleed on February 08, 2017, 02:01:46 PM
so to the point,
i am trying to add game description to a theme, with multiple lines to some of the disciption

i was using
local etc =fe.add_text("[Extra]", 0,480,810,290)
   etc.charsize = 12;
   etc.align = Align.Left;
   etc.word_wrap = true;

extra is the game description from romlist ,,,
the problem is that this paragraph is located from the center, so for example, it could fit with a 3 or 4 line paragram, but if its more, the first like will go over the design space...

how can i located the paragraph using the location of the first letter being static and any additional lines will go Down instead of adjusting every line?

thanks
Title: Re: Need help with a theme command "add text"
Post by: Dukafleed on February 10, 2017, 03:14:44 AM
anyone ?