The game redraws/refreshes every 16ms and how far the movement goes depends on the screen size.
Let’s say that you have a screen with x as width and y as height.
If x > y then the universal space to base everything from would be (x / 4) and vice versa.
That’s not considering that I have to only get a certain percentage depending on what I want to do.