Skip to content

Commit

Permalink
Fix --long-help
Browse files Browse the repository at this point in the history
I was in the middle of writing the release notes when I noticed this!
  • Loading branch information
indianakernick committed Aug 3, 2020
1 parent bb42be9 commit 9764918
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Export Command
{
"output name": "my-atlas",
"generator": "cpp"
"generator": "cpp png"
"animations": ["path/to/file.animera"]
}
Expand Down Expand Up @@ -120,7 +120,11 @@ Export Command
"generator" field:
- "png" (multiple individual png files)
- "cpp" (a cpp and hpp file)
- "cpp png" (a cpp and hpp file with embedded png)
- "cpp raw" (a cpp and hpp file with embedded uncompressed image data)
- "cpp deflated" (a cpp and hpp file with embedded deflated image data)
- "cpp deflated with inflate" (a cpp and hpp file with embedded deflated
image data and inflate function)
Those are the parameters for the atlas. The "simplest configuration" from
earlier is equivalent to this:
Expand Down

0 comments on commit 9764918

Please sign in to comment.