Files
aiolauncher_scripts/hello_world-widget.lua

4 lines
56 B
Lua

function onResume()
ui:showText("Hello world!")
end