I have this code in my game and check if it has passed 400 milliseconds, and then it updates.
public void setUpdatePosition(int posicao, long tempo, int posX, int posY) {
long previous = System.nanoTime();
Point ponto = new Point(tile...
asked by
27.09.2017 / 22:16