Hi I was wanting to send my player's spritesheet to an pixel art editor, but when I tried to export my game to get the full spritesheet, it is all in a incorrect order. There is a better way to do this?
I believe Construct tries to optimize the spritesheets on export, so there's no way to control in which order the images will be added.
You can probably save the project as a folder and use some external tool like TexturePacker to combine images (in Images folder) into spritesheets.
Develop games in your browser. Powerful, performant & highly capable.
Thanks for the tip!