I am trying to create a game with physic, but I have seen que there's a problem with the frame rate and that I should to use the dt variable. So I am trying some like this:
Force:200*dt
Impulse:200*dt
but I do not sure, if is the correct way.
could you help me?