mastodon-unfurl.love/0028-A

7 lines
187 B
Plaintext

A = function()
-- load Nodes to Surface
love.graphics.setFont(love.graphics.newFont(scale(20))) -- editor objects implicitly depend on current font
render_nodes_to_surface()
B()
end