amakaseev / sprite-sheet-packer

Sprite sheet packer
MIT License
319 stars 62 forks source link

[Suggestion] Project file should include images used. #74

Open azagaya opened 4 years ago

azagaya commented 4 years ago

Hi, I suggest project file should be a zip file (with extension changed to .ssp) that includes the images used inside, as other tools do. This way we could move project arround, share it, even version it for group projects.

amakaseev commented 4 years ago

This is not the best option, as images often change, remove and add in folders, ssp file store relative paths to folders with images.

in project.ssp set only root folder images

azagaya commented 4 years ago

Ok, i understand. Should we close this in that case?