Advertisement
Selim_042

buttonAPI

Feb 27th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. -- Variables
  2. version = 0.1
  3.  
  4. --Functions
  5. function version()
  6.   return version
  7. end
  8.  
  9. function init()
  10.   x, y = term.getSize()
  11. end
  12.  
  13. function newButton(x, y, xSize, ySize, id, type)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement