SpritePacker/SpritePacker-CLI/Resources/HelpText.txt

17 lines
658 B
Plaintext
Raw Normal View History

SpritePacker {version}, by Starbeamrainbowlabs
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.
--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
More information can be found at https://git.starbeamrainbowlabs.com/sbrl/SpritePacker