This commit is contained in:
Julian Brammer 2024-06-15 00:19:45 +02:00
parent 3e690f2a21
commit 35bcf0200d

View File

@ -62,7 +62,8 @@ end
local function printLayer(matrix, withChest)
for i=1, #matrix do
--for i=1, #matrix do
for i=#matrix, 1, -1 do
for j=1, #matrix[i] do
--print(i .. "," .. j .. ": " .. matrix[i][j])
--sleep(1)
@ -82,6 +83,10 @@ local function printLayer(matrix, withChest)
end
local function printAwesome(matrix, withChest, height)
end