pothi.love/0305-A

5 lines
152 B
Plaintext

A = function()
-- translate Page to Surface
while #Surface > 3 do table.remove(Surface) end -- HACK
compute_layout(Page, Page.x,Page.y, Surface)
end