add getLocation and showButtons functions

This commit is contained in:
Evgeny
2021-07-29 10:34:59 +03:00
parent a4803268de
commit 51cf025a14
3 changed files with 22 additions and 4 deletions

4
location-widget.lua Normal file
View File

@@ -0,0 +1,4 @@
function onResume()
local location = system:getLocation()
ui:showText(location[1].." "..location[2])
end