Skip to content

Commit

Permalink
Reworded cli command for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
rysuds committed Jun 8, 2020
1 parent 739dbe2 commit 8c4ab6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ python setup.py install
#### Grouping by rows
![Row Example](/assets/row_group_image.png)
```
exsprite --filepath <path_to_sprite_sheet> save
exsprite save --filepath <path_to_sprite_sheet>
```

#### Grouping by columns
![Column Example](/assets/column_group_image.png)
```
exsprite --filepath <path_to_sprite_sheet> --group col save
exsprite save --filepath <path_to_sprite_sheet> --group col
```

#### Custom output folder
By default an output folder with your grouped sprite will be generated in the same dir as your spritesheet. If you'd like to control the name/location of the output folder path you can do
```
exsprite --filepath <path_to_sprite_sheet> --folderpath <path_to_output_folder> save
exsprite save --filepath <path_to_sprite_sheet> --folderpath <path_to_output_folder>
```

0 comments on commit 8c4ab6c

Please sign in to comment.