Advertisement
RiseAboveHate

GUI

Dec 13th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. slc = 0
  2. tBarC = 8
  3. tBartC = 1
  4.  
  5. function titleBar()
  6.     term.setCursorPos(1, 1)
  7.     term.setBackgroundColor(tBarC)
  8.     term.setTextColor(tBartC)
  9.     term.clearLine()
  10.     term.setCursorPos(3, 1)
  11.     print("Start")
  12. end
  13.  
  14. titleBar()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement