Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("back")
- pc = term.redirect(mon)
- mon.setBackgroundColor(colors.white)
- mon.clear()
- mon.setTextScale(0.5)
- logo = paintutils.loadImage("umbrella")
- paintutils.drawImage(logo, 5, 0)
- term.setCursorPos(11, 21)
- term.setTextColor(colors.black)
- term.setBackgroundColor(colors.white)
- term.write("Laboratorio di Chimica - Boschetto")
- term.restore()
Advertisement
Add Comment
Please, Sign In to add comment