Advertisement
Guest User

Untitled

a guest
Oct 15th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. --[[
  2. ┌───────┐
  3. ┌──┤ A ├──┐
  4. │ └┬─────┬┘ │
  5. │ F │ │ B │
  6. │ ┌┴─────┴┐ │
  7. ╞══╡ G ╞══╡
  8. │ └┬─────┬┘ │
  9. │ E │ │ C │
  10. │ ┌┴─────┴┐ │ ┌───┐
  11. └──┤ D ├──┘ │ H │
  12. └───────┘ └───┘
  13. ]]
  14.  
  15.  
  16. anim1 = {
  17. {
  18. { 0,0,0,0,0,0,0 } ,
  19. { 0,0,0,0,0,0,0 } ,
  20. { 0,0,0,0,0,0,0 }
  21. } ,
  22. {
  23. { 0,0,0,0,0,0,0 } ,
  24. { 0,0,0,0,0,0,0 } ,
  25. { 0,0,0,0,0,0,0 }
  26. } ,
  27. {
  28. { 0,0,0,0,0,0,0 } ,
  29. { 0,0,0,0,0,0,0 } ,
  30. { 0,0,0,0,0,0,0 }
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement