Basically what is happening is i have a tileset that contains a bunch of 32x32 textures for my different tiles. But I want to have my tiles have a size of 256x256.
Everytime I change the tile size, it also changes the textures for the tiles.
Any way to solve this or should I just give up on this project?