2016-05-19 19:47:26 +00:00
SpritePacker {version}, by Starbeamrainbowlabs
2016-05-21 13:13:05 +00:00
Built at {build-date}
2016-05-18 20:02:43 +00:00
2016-05-21 14:38:22 +00:00
An advanced sprite packing tool
2016-05-18 20:02:43 +00:00
Usage:
2016-05-21 13:35:24 +00:00
[mono ]./SpritePacker.exe [flags] /path/to/output/file.png [filenames]
2016-05-18 20:02:43 +00:00
2016-05-21 13:35:24 +00:00
Option Meaning
-------------------------------------------------------------------------------
2016-05-18 20:02:43 +00:00
--help Shows this help message.
--version Shows the version information.
2016-05-21 13:35:24 +00:00
--csv Outputs the final sprite positions in CSV.
2018-08-03 19:43:05 +00:00
--preset Specifies a csv file of previous location information to use when packing. This will ensure that sprites previously packed don't change their location.
2016-05-18 20:02:43 +00:00
2016-05-18 20:12:27 +00:00
More information can be found at https://git.starbeamrainbowlabs.com/sbrl/SpritePacker