Advertisement
Guest User

Show

a guest
Jul 24th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. Monitor = peripheral.wrap("back")
  2. Monitor.setTextScale(5)
  3. Monitor.clear()
  4. Monitor.setBackgroundColor(colors.black)
  5. Monitor.setCursorPos(1,1)
  6. Monitor.write("2")
  7. term.redirect(Monitor)
  8. --paintutils.drawImage(paintutils.loadImage("2"),1,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement