This commit is contained in:
Julian Brammer 2024-06-17 05:58:12 +02:00
parent de3f260a72
commit d0b2c4edb4

View File

@ -69,6 +69,7 @@ local function kiss()
currentSeed = 1
end
turtle.placeDown()
turtle.select(1)
if j<7 then
turtle.forward()
@ -131,7 +132,7 @@ end
local function main()
while true do
kiss()
for i=1, 300 do
for i=1, 600 do
print(i)
sleep(1)
end