When i export a project, Construct 2 generates different spritesheets with all the game images. Is there any way to change the settings of this exported images? for example, how many white pixels between each tile.
This is the problem. I have a tile based platformer for CocoonJS. When i preview the game everything is ok, but in the final apk, transparent seams appear between each tile. As i've read, this could be happening cause the Construct 2 exported spritesheets with game tiles put a 2px white space between each tile and i'd like to change that.