Advertisement
rithrin

/apply 2

Apr 26th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local w,h = term.getSize()
  2. local function centerText(text,ypos,colour)
  3. term.setCursorPos((w-#text)/2,ypos)
  4. term.setTextColour(colour)
  5. term.write(text)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement