I am programming a server for my game and cannot figure out how to maintain speed. Depending on what works on the computer, the movement is very fast or very slow. I already tried to use my own delta methods for the server, but this will not work. I cannot use the Slick delta variable when updating, as the server is programmed using AWT and Kryonet.
Does anyone know how to keep moving?
source share