SHOW:
|
|
- or go back to the newest paste.
| 1 | -- 1 - red | |
| 2 | -- 2 - orange | |
| 3 | -- 3 - yellow | |
| 4 | -- 4 - green | |
| 5 | - | end |
| 5 | + | -- 5 - light blue |
| 6 | - | |
| 6 | + | -- 6 - blue |
| 7 | -- 7 - purple | |
| 8 | ||
| 9 | art = {}
| |
| 10 | ||
| 11 | for I = 1,7 do | |
| 12 | turtle.select(I) | |
| 13 | turtle.placeDown() | |
| 14 | turtle.forward() | |
| 15 | end |