Oof
This commit is contained in:
parent
7639e0c178
commit
88a94caf74
@ -27,4 +27,4 @@ local function greedy_move(x, z, o)
|
|||||||
T.rotateTowards(o)
|
T.rotateTowards(o)
|
||||||
end
|
end
|
||||||
|
|
||||||
greedy_move(0, 0, 0, "+z")
|
greedy_move(0, 0, "+z")
|
@ -196,7 +196,7 @@ local state_machine = {
|
|||||||
return "MOVE_TO_TREE"
|
return "MOVE_TO_TREE"
|
||||||
elseif T.state.current_row < MAX_ROW then
|
elseif T.state.current_row < MAX_ROW then
|
||||||
-- go to the first tree in the next row
|
-- go to the first tree in the next row
|
||||||
T.state.current_tree = 0
|
T.state.current_tree = 1
|
||||||
T.state.current_row = T.state.current_row + 1
|
T.state.current_row = T.state.current_row + 1
|
||||||
return "MOVE_TO_TREE"
|
return "MOVE_TO_TREE"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user