Advertisement
MarceloAndrade

arvore teste

Jan 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. -- arvore teste
  2. function treeLeft()
  3. turtle.turnLeft()
  4. turtle.forward(2)
  5. if compare() == false then
  6. cut()
  7. else
  8. turtle.turnLeft()
  9. turtle.turnLeft()
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement