PRGPM7QVW24DZAAZMGG7UEKE53VU5QOVMUEQZQ4TTGQMADCUU7WAC score = function(t, team)local result = 0for opp, score in pairs(t[team]) doif type(score) == 'number' thenresult = result + scoreendendreturn resultend
l = left+rsidefor x,row in ipairs(t) dofor y,cell in ipairs(row) dolocal px = (cx[x] - l - App.width(t[x][y])) / 2love.graphics.print(t[x][y], l+px, top+y*c+py)
for y,t1 in ipairs(rows) dol = left+rsidefor x,t2 in ipairs(rows) doif t[t1][t2] thenlocal px = (cx[x] - l - App.width(t[t1][t2])) / 2love.graphics.print(t[t1][t2], l+px, top+y*c+py)endl = cx[x]