// Randomly spawn drops
// Take a random fraction of each cell move it down, or down and to the left or right
// The remainder of the fraction stays where it is
// Subtract a constant small value from all cells to prevent rain from accumulating
You must log in or register to comment.