Advertisement
Guest User

Desktop

a guest
Aug 26th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. --Toolbar
  2.  
  3. --slc = 0
  4. function toolbar()
  5.   term.setCursorPos(1, 1)
  6.   term.setBackgroundColor(8)
  7.   term.setTextColor(1)
  8.   term.clearLine()
  9.   term.setCursorPos(2, 1)
  10.   print("Menu")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement