x = 0 ground = function() if (x == 600) then height = -1 else height = math.sin(x * 3.14 / 90) * 50 + 60 end x = x + 1 end grass = function() height = math.random(2, 4) end Rainy