I now think this feels good enough to warrant a pull req. So:
Spawn a second platform on the same y-position if
We are at 500 or lower
A normal or a trampoline platform has been spawned
If these criteria are met, there is a 60 percent chance to spawn a second platform.
This commit also lowers the scroll speed at the start of the game, and increases this gradually to what we have now. in making this change, the camerafollow became very jumpy if you were faster than the scroll speed, so I changed how the camera follows the player:
Baseline lerpspeed is lowered (to reduce jumpyness)
Lerpspeed increases the further away the player is from the center (to always keep the player on the screen)
I now think this feels good enough to warrant a pull req. So:
If these criteria are met, there is a 60 percent chance to spawn a second platform.
This commit also lowers the scroll speed at the start of the game, and increases this gradually to what we have now. in making this change, the camerafollow became very jumpy if you were faster than the scroll speed, so I changed how the camera follows the player:
I think this feels kinda good, what do you think?
97