Skip to content

Commit

Permalink
fix(space): add space in example between arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
alekmaul committed Mar 9, 2024
1 parent c5fb3aa commit 593aa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gfx4snes/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ where filename is a 256 color PNG or BMP file

## Example
```
gfx4snes -o16 -s8 -c16 -e0 -fpng -p -m -b -i myimage.png
gfx4snes -o 16 -s 8 -c 16 -e 0 -f png -p -m -b -i myimage.png
```
This will convert a myimage png file to a map/pal/pic files with 16 colors,palette entry #0, 8x8 tiles, a blank tile, a map, no border, 16 colors output.

Expand Down

0 comments on commit 593aa94

Please sign in to comment.