TexCoord

Format: TexCoord Left, Right, Up, Bottom,

Example: TexCoord 0, 1, 0, 0.125,

Purpose: Uses only a fraction of the given Image. The given Numbers are factors from 0 to 1. left=0 and right=1 Up=0 and bottom=1; The subsection of the Image is stretched to the frames Size. It is suggested to open the used image with something like GIMP select the wanted space change to show percent.

Purpose: One can produce a tiled image using numbers bigger than 1 for right and bottom.

Example: TexCoord 0, 2, 0, 2,

Used in: Texture(SIMPLEFRAME)