sum-grid.love/0012-on.initialize

5 lines
86 B
Plaintext

on.initialize = function()
math.randomseed(os.time())
initialize_layout()
new()
end