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,3 +1,3 @@
function onResume()
ui:showLines({ "This is <b>bold</b> text" })
function on_resume()
ui:show_lines({ "This is <b>bold</b> text" })
end