Skip to content

Commit

Permalink
Update ex_004.md
Browse files Browse the repository at this point in the history
remove space
  • Loading branch information
mattuna15 committed Feb 20, 2020
1 parent 4302332 commit 0f7fdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ex_004.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The 'multiple of 16' rule is perhaps the most confusing here. VERA stores palett
The code and makefile for this example can be found in the [tile_wall sample](../samples/tile_wall), and we'll rush through the Aloevera commands here as there should be nothing new. The Palette can be imported directly from the image data, and the only difference is that we're going to set the tile width/heights to 16 x 16 and we'll format the Imageset to 4BPP, since we have fewer than 16 colours in the palette:

```.sh
aloevera -p project.av palette import tile_w all_pal tile_wall-imageset-4bpp.png
aloevera -p project.av palette import tile_wall_pal tile_wall-imageset-4bpp.png
aloevera -p project.av imageset import wall_tiles 16 16 tile_wall-imageset-4bpp.png
aloevera -p project.av imageset format wall_tiles tile_wall_pal 4
```
Expand Down

0 comments on commit 0f7fdab

Please sign in to comment.