Update docco

This commit is contained in:
Justin Hawkins 2023-01-08 17:17:55 +10:30
parent d32d0b7c08
commit edfce8d053

View File

@ -12,19 +12,19 @@ If you really want binaries, pester me :-)
## Usage ## Usage
`Usage of ./spritesheet_generator: Usage of ./spritesheet_generator:
-height int -height int
base tile height in pixels (default 128) base tile height in pixels (default 128)
-multiplier int -multiplier int
tile height multiplier (default 2) tile height multiplier (default 2)
-output string -output string
output filename output filename
-width int -width int
tile width in pixels (default 128) tile width in pixels (default 128)
-x int -x int
number of tiles across (default 8) number of tiles across (default 8)
-y int -y int
number of tiles down (default 8)` number of tiles down (default 8)
Hopefully these options are mostly self-explanatory. Hopefully these options are mostly self-explanatory.