Advertisement
ramdor

computercraft 1.53pr2 bug

May 22nd, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local m = peripheral.wrap("left")
  2.  
  3. m.setTextScale(0.5)
  4. --os.sleep(2)
  5.  
  6. term.redirect(m)
  7.  
  8. term.setBackgroundColor(colors.red)
  9.  
  10. term.clear()
  11.  
  12. term.setCursorPos(1,1)
  13. term.write("TEST 123")
  14.  
  15. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement