Skip to content

Commit

Permalink
Update ex_002.md
Browse files Browse the repository at this point in the history
Amended example code
  • Loading branch information
mattuna15 committed Feb 20, 2020
1 parent 4302332 commit 8f0bbb9
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 8f0bbb9

Please sign in to comment.