Files
aiolauncher_scripts/samples/autoreload-test.lua
2022-07-10 15:16:20 +03:00

8 lines
143 B
Lua

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