.
This commit is contained in:
parent
c37fb479da
commit
e3a4a1322c
@ -27,7 +27,7 @@ local function forward(x, y, z, r)
|
|||||||
x = x - 1
|
x = x - 1
|
||||||
elseif r == 2 then
|
elseif r == 2 then
|
||||||
z = z - 1
|
z = z - 1
|
||||||
else
|
elseif r == 3 then
|
||||||
x = x + 1
|
x = x + 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -42,7 +42,7 @@ local function back(x, y, z, r)
|
|||||||
x = x + 1
|
x = x + 1
|
||||||
elseif r == 2 then
|
elseif r == 2 then
|
||||||
z = z + 1
|
z = z + 1
|
||||||
else
|
elseif r == 3 then
|
||||||
x = x - 1
|
x = x - 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user