Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- term.clear()
- term.setCursorPos(1,1)
- print(" o|")
- print("/|")
- print("/ \")
- sleep(0.5)
- term.clear()
- term.setCursorPos(1,1)
- print(" o/")
- print("/|")
- print("/ \")
- sleep(0.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment