Construct an orthogonal tilemap from a rectangular (non-jagged) grid of tiles.
tiles arranged in **row major** order, indexed as tilesrowcol.
width of each tile in pixels
height of each tile in pixels
See Implementation
Construct an orthogonal tilemap from a rectangular (non-jagged) grid of tiles.