Skip to content

Commit

Permalink
Merge pull request #3 from mattuna15/patch-2
Browse files Browse the repository at this point in the history
Update ex_002.md
  • Loading branch information
yeastplume committed Feb 20, 2020
2 parents 250a951 + 8f0bbb9 commit 5049ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ex_002.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The rules and constraints for formatting an Imageset will vary depending on scre
In 1BPP Layer modes, foreground and background colors for each onscreen tile can be specified during the Tilemap stage. We'll be looking at Tilemaps in the next example, but for now we'll just format this Imageset to 1BPP and not worry too hard about the Palette:

```.sh
aloevera -p project.av format text_set_1 palette_1 1
aloevera -p project.av imageset format text_set_1 palette_1 1
```

The first 2 arguments are the ids of the Imageset and Palette specified in earlier commands, while the `1` specifies a target pixel depth of 1BPP (use `aloevera imageset format --help` to see all possible values).
Expand Down

0 comments on commit 5049ce5

Please sign in to comment.