fix start position of master turtle.

This commit is contained in:
Justus Wolff
2026-02-22 20:47:47 +01:00
parent c76c674a58
commit 0c71102650

View File

@@ -939,7 +939,7 @@ while true do
dimensions=dimensions, dimensions=dimensions,
height=height height=height
} }
VP_printstack(ownstack,dimensions, 1,0,1,0) VP_printstack(ownstack,dimensions, 0,0,1,0)
end end
end end
if action == 4 then if action == 4 then