From 5fb7fcf4612736bf223f2164494d4db28a772d31 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 18 Mar 2021 15:35:01 +0100 Subject: [PATCH] Fix description of rgbgfx -h The old description was backwards and mostly confusing. --- src/gfx/rgbgfx.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gfx/rgbgfx.1 b/src/gfx/rgbgfx.1 index a94a3e1e..64e65ac3 100644 --- a/src/gfx/rgbgfx.1 +++ b/src/gfx/rgbgfx.1 @@ -78,7 +78,8 @@ Same as .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.