gdritter repos animaltransiro / 2855bf0
Replaced getn with # Getty Ritter 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Collapse all Expand all
1616 t = loadstring('return' .. f:read('*all'))()
1717 f:close()
1818 if t.animation then
19 t.totalFrames = table.getn(t.animation)
19 t.totalFrames = #t.animation
2020 t.quads = {}
2121 for i = 1, t.totalFrames do
2222 t.quads[i] = love.graphics.newQuad(