Advertisement
Guest User

gui

a guest
Aug 3rd, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --Varibles
  2.   version = 1.0
  3.   running = true
  4.  
  5.  
  6. --Funtions
  7.    clear = function()
  8.    term.clear()
  9.    term.setCursorPos(1.1)
  10.    end
  11.    
  12.    
  13.    drawDeskTop = function()
  14.    
  15.    end
  16.    
  17.    init = function()
  18.    
  19.    end
  20.  
  21. --Main Stuff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement