Original Post
Hi,
I am working on a tile map engine.
I would like to know that which of the following is better?
I have several types of map, such as grass land, dessert, snow land...
Each of the map types will have it's own set of map terrain, such as land, road, river...
I would like to know that which of the following options is better?
1) having all my tile set of different map types in to a single, large tileset, or
2) separate each of the types into a small tileset, but will end up with lots of files.
I don't mind doing some file organization work, just to get the better performance of te application.
Thank you.
I am working on a tile map engine.
I would like to know that which of the following is better?
I have several types of map, such as grass land, dessert, snow land...
Each of the map types will have it's own set of map terrain, such as land, road, river...
I would like to know that which of the following options is better?
1) having all my tile set of different map types in to a single, large tileset, or
2) separate each of the types into a small tileset, but will end up with lots of files.
I don't mind doing some file organization work, just to get the better performance of te application.
Thank you.