Use a more familiar lua snake_hour

This commit is contained in:
Evgeny
2021-08-01 19:57:41 +03:00
parent 6e24536f99
commit f24288af99
26 changed files with 208 additions and 184 deletions

View File

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