shithub: rgbds

Download patch

ref: 5fb7fcf4612736bf223f2164494d4db28a772d31
parent: ee900ae7a352cb6e98038f9d5faa1b32905e8d0b
author: ISSOtm <eldredhabert0@gmail.com>
date: Thu Mar 18 11:35:01 EDT 2021

Fix description of rgbgfx -h

The old description was backwards and mostly confusing.

--- a/src/gfx/rgbgfx.1
+++ b/src/gfx/rgbgfx.1
@@ -78,7 +78,8 @@
 .Fl f ,
 but additionally, the supplied command line parameters are saved within the PNG and will be loaded and automatically used next time.
 .It Fl h , Fl Fl horizontal
-Lay out tiles horizontally rather than vertically.
+Lay out tiles in column-major order (column by column), instead of the default row-major order (line by line).
+Especially useful for "8x16" OBJ mode, if the input image is 16 pixels tall.
 .It Fl m , Fl Fl mirror-tiles
 Truncate tiles by checking for tiles that are mirrored versions of others and omitting these from the output file.
 Useful with tilemaps and attrmaps together to keep track of the duplicated tiles and the dimension mirrored.