FPS: . Move with arrow keys.
TileMap
With TileMap() we can fit game objects into a 2D array, we call it cells. You set the size for the cells, default is 32 x 32 pixels.
Once we have the objects in our tile map we can lookup game objects very fast.
jaws log