Advertisement
Guest User

paint

a guest
Sep 22nd, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. theColor = 32768
  2. term.setBackgroundColor(32768)
  3. term.clear()
  4. run = true
  5.  
  6. while run = true do
  7.  
  8.   event,p1,p2,p3 = os.pullEvent()
  9.   paintutils
  10.  
  11.  
  12.  
  13.  
  14.   =9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement