From f73db1fa108212b83e0a96eb757fe65c3b1066d7 Mon Sep 17 00:00:00 2001 From: sejo Date: Tue, 28 Sep 2021 15:49:43 -0500 Subject: [PATCH] corrected pixel byte table --- src/uxn_tutorial_day_2.gmo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uxn_tutorial_day_2.gmo b/src/uxn_tutorial_day_2.gmo index 15f0d40..ecb698c 100644 --- a/src/uxn_tutorial_day_2.gmo +++ b/src/uxn_tutorial_day_2.gmo @@ -357,10 +357,10 @@ the 8 possible combinations of the pixel byte that we have for drawing a pixel a + 01background1 + 02background2 + 03background3 -+ 10foreground0 -+ 11foreground1 -+ 12foreground2 -+ 13foreground3 ++ 40foreground0 ++ 41foreground1 ++ 42foreground2 ++ 43foreground3 + & * 00: draw pixel with color 0 in the background layer & * 01: draw pixel with color 1 in the background layer