pothi.love/0289-on.code_change

7 lines
167 B
Plaintext

on.code_change = function()
while #Surface > 3 do
table.remove(Surface)
end
print('code changed', Page.x,Page.y)
compute_layout(Page, Page.x,Page.y, Surface)
end