Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- ┌───────┐
- ┌──┤ A ├──┐
- │ └┬─────┬┘ │
- │ F │ │ B │
- │ ┌┴─────┴┐ │
- ╞══╡ G ╞══╡
- │ └┬─────┬┘ │
- │ E │ │ C │
- │ ┌┴─────┴┐ │ ┌───┐
- └──┤ D ├──┘ │ H │
- └───────┘ └───┘
- ]]
- anim1 = {
- {
- { 0,0,0,0,0,0,0 } ,
- { 0,0,0,0,0,0,0 } ,
- { 0,0,0,0,0,0,0 }
- } ,
- {
- { 0,0,0,0,0,0,0 } ,
- { 0,0,0,0,0,0,0 } ,
- { 0,0,0,0,0,0,0 }
- } ,
- {
- { 0,0,0,0,0,0,0 } ,
- { 0,0,0,0,0,0,0 } ,
- { 0,0,0,0,0,0,0 }
- }
- }
Add Comment
Please, Sign In to add comment