Hello, thanks for the great tutorial. I am really enjoying this tutorial.
I am trying to understand how gravity and jump velocity should translate correctly.
Quick question about the translation from pixel/frame to pixel/second.
Previous target gravity was 1 p/f and jump velocity -22 p/f.
Instead of arbitrary gravity and jump velocity, I think that gravity should be 60 p/s, and jump velocity would be -1320 p/s so that we can multiply time delta to the gravity and jump velocity in order to illustrate similar jump behavior?