diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2020-05-17 21:22:23 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2020-05-17 21:22:23 +0200 |
commit | 713c0858093eaa2c7add033de8016bc2a2cf2133 (patch) | |
tree | 153ce705efd27809e86c1112e4553f7f350f568b /mapGen | |
parent | 79deed3c44a26642154a9af25e92709036e2b459 (diff) | |
download | scripts-713c0858093eaa2c7add033de8016bc2a2cf2133.tar.gz scripts-713c0858093eaa2c7add033de8016bc2a2cf2133.zip |
A z for a d.
Diffstat (limited to 'mapGen')
-rw-r--r-- | mapGen/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mapGen/README.md b/mapGen/README.md index 10078e2..4872948 100644 --- a/mapGen/README.md +++ b/mapGen/README.md @@ -77,7 +77,7 @@ mapGen.sh [-s SIZE] [-f TILE_FOLDER] [-o OUTPUT_FILE] SOURCE_FILE Where -- `SIZE` is the size of the tile images in pixels (default 8), +- `SIZE` is the side of the tile images in pixels (default 8), - `TILE_FOLDER` is the folder where the tile images are stored (default `./tiles`), - `OUTPUT_FILE` is the path to the resulting image (default `out.jpg`), - and `SOURCE_FILE` is the text file with the layout of the map. |