mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2025-01-13 14:54:19 +00:00
7 lines
66 B
Lua
7 lines
66 B
Lua
local t = {}
|
|
|
|
for i = 1, 2000 do
|
|
t[i] = 100
|
|
end
|
|
|
|
return t, 500, 5 |