so i got a player, when you press jump, it sets the y_speed to -0.50 the number is arbitrary,
then the next few frames the gravity variable, lowers that amount gradually until you fall down again.
It's simple, and it works. But if you wanted super fine control over a jump, like with a jump curve, how would you do that together with the rest which is velocity based?