-
Notifications
You must be signed in to change notification settings - Fork 2
surf:drawString
CrazedProgrammer edited this page Feb 12, 2017
·
4 revisions
##surf:drawString(str, x, y[, b, t])
-
x, y (int)
Starting position -
str (string)
Drawing text -
b, t (background + text colour)
Background and text colour
Not to be confused with surf:drawText.
Draws the text on the surface (character layer).
This is only supported on ComputerCraft outputs, since it's the only one with a character layer.