I have a platform game where the player moves vertically.
And i have the following event, where platforms are generated randomly.
The problem is after player dies a few time and i press replay button, the number of platforms
generated increases as the player gets to the top. So it starts with just a few and as it goes up, i end up with dozens.
What i want is to maintain a constant number, from beginning to end.