pothi.love/0265-clip_all

7 lines
106 B
Plaintext

clip_all = function()
for _,node in ipairs(Surface) do
if node.editor then
clip(node)
end
end
end