Hi, am new to coding and physics terminology so this is a very basic question.
In your tutorial Velocity was initially at Pixel/Frame with a value of 1. This changed to Pixels/Second by changing the value to 60. I do not understand how changing the value changes the Velocity output from Pixel/Frame to Pixels/Second.
The same applies in the application of the code, Gravity had a value of (1) and was (pixels/frame)/frame, but as soon as the value was updated to 1000, it became (pixels/second)/frame. How?
Am struggling to understand this conversion which is something probably very basic. If anyone could help or point me towards an article that be great.