8 lines
96 B
Lua
8 lines
96 B
Lua
function on_resume()
|
|
ui:show_text("Tap to halt")
|
|
end
|
|
|
|
function on_click()
|
|
os.exit()
|
|
end
|