.
This commit is contained in:
parent
299012a747
commit
418c3e782d
@ -44,7 +44,7 @@ for i=1, 3 do
|
|||||||
turtle.forward()
|
turtle.forward()
|
||||||
end
|
end
|
||||||
-- move to next row
|
-- move to next row
|
||||||
if i%2==0 then
|
if i%2==1 then
|
||||||
turtle.turnRight()
|
turtle.turnRight()
|
||||||
turtle.forward()
|
turtle.forward()
|
||||||
turtle.turnRight()
|
turtle.turnRight()
|
||||||
|
Loading…
Reference in New Issue
Block a user