Files
aiolauncher_scripts/samples/bad-script6.lua
2023-07-14 21:18:05 +04:00

10 lines
117 B
Lua

-- testing = "true"
function on_resume()
ui:show_text("Tap to halt")
end
function on_click()
os.exit()
end