Platon777

Untitled

Jul 6th, 2024 (edited)
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- 1 - red
  2. -- 2 - orange
  3. -- 3 - yellow
  4. -- 4 - green
  5. -- 5 - light blue
  6. -- 6 - blue
  7. -- 7 - purple
  8.  
  9. art = {7, 7, 6, 1, 1, 4, 5, 5, 2, 2, 2, 3, 1, 6, 3, 3, 4, 5, 6, 7, 1, 2, 3, 4, 2, 1}
  10. for a = 1,#art do
  11.     turtle.select(art[a])
  12.     turtle.placeDown()
  13.     turtle.forward()
  14. end
  15. turtle.turnRight()
  16. turtle.forward()
  17. turtle.turnLeft()
  18. for a = 1,#art do
  19.   turtle.back()
  20. end
Advertisement
Add Comment
Please, Sign In to add comment