I want a dot to move on a grid from tile to tile. Tiles are 16x16. This is my game loop: int nextMoveTime = 0; while (!quit) //gameloop ...
確定! 回上一頁