patch last added feature to actually go back to the starting position.

This commit is contained in:
justuswolff
2026-02-16 20:52:16 +01:00
parent 036f7a1027
commit df74060718

View File

@@ -456,7 +456,7 @@ local function printdes(buf, dimensions)
cx,cz,direction = moveto(1,1,cx,cz,direction)
move("up")
end
moveto(0,0, cx,cz, direction)
moveto(1,0, cx,cz, direction)
for _=1,dimensions["y"]*(4)+1,1 do -- go back to starting position
move("down")
end