Guest User

startup

a guest
Aug 24th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. mon = peripheral.wrap("back")
  2. pc = term.redirect(mon)
  3. mon.setBackgroundColor(colors.white)
  4. mon.clear()
  5. mon.setTextScale(0.5)
  6. logo = paintutils.loadImage("umbrella")
  7. paintutils.drawImage(logo, 5, 0)
  8. term.setCursorPos(11, 21)
  9. term.setTextColor(colors.black)
  10. term.setBackgroundColor(colors.white)
  11. term.write("Laboratorio di Chimica - Boschetto")
  12. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment