> Nekoplay

text

draw.text()

Displays text on screen.

draw.text(text, position, type)

text String

Text to be drawn on screen.

position Array

Coordinates where the text or object will be drawn.

type Number

Determines the drawing mode:

0: Fill and outline
1: Fill only
2: Outline only