From 39fa5851eb50a1aab00f7ea2c721182245abb180 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sun, 12 Mar 2023 22:24:25 -0700 Subject: [PATCH] (hilbert.tal) Updated colors --- projects/examples/demos/hilbert.tal | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/projects/examples/demos/hilbert.tal b/projects/examples/demos/hilbert.tal index fbbda32..f5a900e 100644 --- a/projects/examples/demos/hilbert.tal +++ b/projects/examples/demos/hilbert.tal @@ -7,13 +7,13 @@ |0100 - #aff5 .System/r DEO2 - #af00 .System/g DEO2 - #af05 .System/b DEO2 + #6f0b .System/r DEO2 + #7f0a .System/g DEO2 + #8e0a .System/b DEO2 ( screen size ) #0140 .Screen/width DEO2 #0140 .Screen/height DEO2 - + ( draw ) #03ff #0000 &l STH2k INC2k d2xy STH2r d2xy #01 draw-line @@ -28,20 +28,18 @@ BRK #0000 DUP2 ,&x STR2 ,&y STR2 - - ( N ) #0020 #0001 ( for i=1; i