pothi.love/0026-on.draw

10 lines
190 B
Plaintext
Raw Normal View History

on.draw = function()
Global_state.button_handlers = {}
if Global_state.root == nil then
-- TODO: use surface for file picker as well
draw_file_picker()
else
draw_surface()
end
end