Nathan1852

BetriebsSystemv0.0.1

Mar 11th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. os.loadAPI("button")
  2. mon = peripheral.wrap("top")
  3.  
  4. function quit()
  5. end
  6.  
  7. function tatsatur()
  8. end
  9.  
  10.  
  11. function renderButtons()
  12. button.setTable("Beenden", quit, 29, 39, 1, 1)
  13. button.setTable("a", tastatur, 1, 1, 14, 14)
  14. end
  15.  
  16.  
  17.  
  18. renderButtons()
Advertisement
Add Comment
Please, Sign In to add comment