TextData
Description
Used for draw.Text.
Parameters
string text
Text to be drawn.
table pos
This holds the X and Y coordinates. Key value 1 is x, key value 2 is y.
number xalign
The alignment of the X position. See Enums/TEXT_ALIGN
Default: TEXT_ALIGN_LEFT
number yalign
The alignment of the Y position. See Enums/TEXT_ALIGN
Default: TEXT_ALIGN_TOP
table color
The text color
Default: color_white