.
This commit is contained in:
parent
6dab2cfb45
commit
3fc7ef3481
@ -73,11 +73,13 @@ for i=1, #matrix do
|
||||
sleep(3)
|
||||
end
|
||||
|
||||
print(matrix[1][1])
|
||||
|
||||
|
||||
|
||||
--local shapeFile = basic.readFileAll("/brulijam/shape0.svg")
|
||||
|
||||
--print(shapeFile)
|
||||
function buildShape(matrix)
|
||||
for i=1, #matrix do
|
||||
for j=1, #matrix[i] do
|
||||
print(i .. "," .. j .. ": " .. matrix[i][j])
|
||||
sleep(1)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user