once again a patch for that.

This commit is contained in:
justuswolff
2026-02-16 20:54:42 +01:00
parent df74060718
commit 6f27041ead

View File

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