add some samples
This commit is contained in:
7
samples/autoreload-test.lua
Normal file
7
samples/autoreload-test.lua
Normal 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
|
||||
Reference in New Issue
Block a user