Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- screen function
- mon = peripheral.wrap("back")
- function fTime()
- mon.setTextScale(0.8)
- mon.setCursorPos(5,5)
- mon.setTextColor(colors.red)
- mon.write(textutils.formatTime(os.time(),false).." ")
- sleep(0.1)
- end
- while true do
- fTime()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement