function particle.new() instance = setmetatable({}, particle) instance.x = math.random(20, displayWidth) instance.y = math.random(20, ...
確定! 回上一頁