Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setBackgroundColor(colors.black)
- term.clear()
- term.setTextColor(colors.green)
- term.setCursorPos(1,1)
- print("To return type 'back'")
- print("--------------------------------------------")
- paintutils.drawLine(1, 2, 100, 2, colors.green)
- term.setTextColor(colors.black)
Advertisement
Add Comment
Please, Sign In to add comment