summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cactus.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/cactus.lua b/cactus.lua
index f13e35d..b66245b 100644
--- a/cactus.lua
+++ b/cactus.lua
@@ -101,3 +101,9 @@ end
local datum = vector.new(-18, 128, -1837)
local delta = datum - POS
moveby(delta)
+
+for i=1,4 do
+ move_linear(11)
+ turn_right()
+end
+end