function init() -- Set the title of the main window Window.set_title("Hello world!") end function frame(dt) end function shutdown() end