add some samples

This commit is contained in:
Evgeny
2022-07-10 15:16:20 +03:00
parent 3d627736ad
commit e3582dbf7f
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
function on_resume()
local booleans = { true, false }
if booleans[math.random(1, 2)] then
ui:show_text("Loaded!")
end
end