add community scripts

This commit is contained in:
Evgeny
2021-08-07 11:05:27 +03:00
parent b5671558d0
commit e1b96c4029
5 changed files with 100 additions and 0 deletions

3
samples/bad-script5.lua Normal file
View File

@@ -0,0 +1,3 @@
function on_resume()
ui:show_aaa()
end

3
samples/lang-sample.lua Normal file
View File

@@ -0,0 +1,3 @@
function on_resume()
ui:show_text("Phone language: "..system:get_lang())
end