link to day 5

This commit is contained in:
sejo 2021-11-29 12:51:50 -06:00
parent 52f38d7eac
commit ce8099c061
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ we will tackle the following elements in order:
# drawing the background: repeating a tile
in the previous section of the tutorial we discussed a way of creating a loop in order to repeat a 1bpp tile multiple times in a row.
in {uxn tutorial day 5} we discussed a way of creating a loop in order to repeat a 1bpp tile multiple times in a row.
here we will expand that procedure in order to have it repeated vertically in the whole screen.