Oof
This commit is contained in:
parent
f5f937fe12
commit
004ec6e5d4
@ -109,7 +109,7 @@ local state_machine = {
|
|||||||
-- we just turned towards a new row and are approaching in positive x direction
|
-- we just turned towards a new row and are approaching in positive x direction
|
||||||
x = x - 1
|
x = x - 1
|
||||||
o = "+x"
|
o = "+x"
|
||||||
elseif T.state.current_row % 2 == 1 then
|
elseif T.state.current_row % 2 == 0 then
|
||||||
-- we are in an even row and approaching in positive z direction
|
-- we are in an even row and approaching in positive z direction
|
||||||
z = z - 1
|
z = z - 1
|
||||||
o = "+z"
|
o = "+z"
|
||||||
|
Loading…
Reference in New Issue
Block a user