Im working on a tilemap. each tile has a size from 32x32. Its a pixelart game and the size of the pixels are 2x2.
So I was wondering if from the performance size if I shrink the size of the tileset to the half.
Then later I double the size of the tiles to 32x32 from 16x16 with code.
What is better from the performance perspective?