.
This commit is contained in:
parent
fc646a0f0e
commit
911db9a237
@ -40,6 +40,7 @@ local lines = lines_from(file)
|
|||||||
|
|
||||||
for k,v in pairs(lines) do
|
for k,v in pairs(lines) do
|
||||||
sleep(1)
|
sleep(1)
|
||||||
|
if string.match(v, "rect") then
|
||||||
if string.match(v, "green") then
|
if string.match(v, "green") then
|
||||||
--print(k .. ": yay")
|
--print(k .. ": yay")
|
||||||
-- lines containing "green"
|
-- lines containing "green"
|
||||||
@ -70,6 +71,7 @@ for k,v in pairs(lines) do
|
|||||||
print(x .. " " .. y .. " x")
|
print(x .. " " .. y .. " x")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user