ecco7777

CC wave animation

Nov 8th, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while true do
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. print(" o|")
  5. print("/|")
  6. print("/ \")
  7. sleep(0.5)
  8. term.clear()
  9. term.setCursorPos(1,1)
  10. print(" o/")
  11. print("/|")
  12. print("/ \")
  13. sleep(0.5)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment