Skip to content

Commit

Permalink
Updated readme w/ new folderpath/group syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rysuds committed Jun 8, 2020
1 parent 1a47ca7 commit 16f6912
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ python setup.py install
If you want to group your sprite sheet by rows do

```
exsprite --filename <path to sprite sheet> save
exsprite --filepath <path_to_sprite_sheet> save
```

If you want to group your sprite sheet by columns do
The default grouping is by rows, however if you'd like to group your sprite sheet by columns, do

```
exsprite --filename <path to sprite sheet> --orient col save
exsprite --filepath <path_to_sprite_sheet> --group col save
```
By default an output folder with your grouped sprite will be generated in the same dir as your spritesheet. If yopu'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
```

0 comments on commit 16f6912

Please sign in to comment.