Skip to content

Commit

Permalink
mod README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wo1fsea committed Feb 14, 2024
1 parent 1922b11 commit 6e60389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ There are two uses for this:
- Check if sprite outlines are OK. E.g. if you want to use sprites to create tilemaps this allows you to see if there are semi-transparent pixels at the borders of the tiles.

atlas_format
-------
------------

Choose the texture config format that file will use. Available options "plist", "json" and "csv". Aditionally, you can use a custom function that will receive a dictionary and a path and handle the format in some custom way.
The default texture config output format is "plist".

atlas_ext
-------
---------

Forces the atlas to use this extension regardless of the format.
If not provided, the atlas will use the default extension for the chosen format.
Expand Down

0 comments on commit 6e60389

Please sign in to comment.