Refactor Chunks and Tiles #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tiles should now be created individually and assigned an ID, chunks will then store and use tile ID's in its tiles array. This should cut down significantly on chunk size and complexity.
This will also affect drawing the world, chunk generation, getting tiles, etc. It is a major change