The problem is computers differ in performance. Thus one computer will have higher or lower fps which you need to account for to have consistent movement in all devices that will run your game. This is simple, you just need to multiply your velocities by delta. If you are using move_and_slide
to jump, then you may have a different problem since move_and_slide
already uses delta time internally.