mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 20:42:07 +00:00
Fix description of rgbgfx -h
The old description was backwards and mostly confusing.
This commit is contained in:
@@ -78,7 +78,8 @@ Same as
|
|||||||
.Fl f ,
|
.Fl f ,
|
||||||
but additionally, the supplied command line parameters are saved within the PNG and will be loaded and automatically used next time.
|
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
|
.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
|
.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.
|
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.
|
Useful with tilemaps and attrmaps together to keep track of the duplicated tiles and the dimension mirrored.
|
||||||
|
|||||||
Reference in New Issue
Block a user