FPS: . Move with arrow keys.

TileMap and ViewPort optimizations

Here we have a Huge game world consisting of 700 x 700 tiles ( ~half a million sprites ). We don't want to draw them all so we use viewport.drawTileMap( tile_map )

jaws log