tile map object with fast AABB collision
initialises the tile map
checks collision with fast AABB should not be called by user
loads tiles from a 2d array of tile ids
renders the object should not be called by user
updates the tile map should not be called by user
See Implementation
tile map object with fast AABB collision