Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local monitor = peripheral.wrap("back")
- while true do
- monitor.clear()
- monitor.setTextScale(0.7)
- monitor.setBackgroundColor(colors.black)
- monitor.setTextColor(colors.red)
- monitor.setCursorPos(1, 5)
- monitor.write("Mixed")
- sleep(0.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement