Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put the origin of the world in the corner of tile 0,0.
Negative x/z will be put into negative tiles, so you can easily determine the tile location by dividing the x or z by 16*tileSize. This means hte same area of the world will always end up in the same tile, independent of how much of the world is generated.
- Loading branch information