Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- HI,HU=term.getSize()
- HU=HU/2
- HI=HI/2
- HI=HI-6
- term.setCursorPos(HI,HU)
- term.setBackgroundColor(colors.white)
- term.setTextColor(colors.black)
- write("-MICROTECH-")
- HU=HU+1
- term.setCursorPos(HI,HU)
- write(" NO INPUT ")
- term.setBackgroundColor(colors.black)
- term.setTextColor(colors.white)
Advertisement
Add Comment
Please, Sign In to add comment