amethyst / sheep

Modular and lightweight spritesheet packer 🐑
Other
89 stars 12 forks source link

Implement named amethyst format and CLI argument #4

Closed covercash2 closed 5 years ago

covercash2 commented 5 years ago

I added a packer Format called NamedFormat that takes a list of file names and adds the file name without the extension as the name field of the serialized format.

I also added a command line arg for selecting the format, --format, which is optional, defaulting to "amethyst".

I'm planning on adding a similar Format in the Amethyst Formats.

happenslol commented 5 years ago

Sorry for being silent on this, I was busy the last 2 weeks. Thanks for the PR, I'll review this tomorrow or saturday and get back to you asap!

happenslol commented 5 years ago

Thanks for your changes, this looks great to me! Just squash your commits and set the commit message to the title I've set for the PR, and I'll merge.

happenslol commented 5 years ago

bors r+

bors[bot] commented 5 years ago

Build succeeded