Documentation - <text>
A text element describes text to overlay visually on top of the screen. Any number of <text> elements may be used within one <screen>
Parameters
- x - The x location of the text (from the upper-right hand corner) (Negative values and values greater than the width of the screen are allowed)
- y - The y location of the text (from the upper-right hand corner) (Negative values and values greater than the height of the screen are allowed)
- animationspeed (optional) - The speed at which to animate the text. If no animationspeed is provided, the text is not
animated. (The FREE version defaults to a speed of "5", while the "Pro" version allows a speed from 1-10)
Examples:
<text x="100" y="200">
<text x="20" y="30" animationspeed="6">
Children
Each <screen> element may contain the following optional nested element:
- line - The actual text to overlay visually on top of the screen. Any number of <line> elements may be used within one <text> element.
*Pro version only


