From 9f61013faf98f8909e0853954218ec10c3b3c6fb Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 22 Feb 2018 11:14:33 -0500 Subject: things should work now --- initrd/init | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'initrd') diff --git a/initrd/init b/initrd/init index 8196511..694c151 100644 --- a/initrd/init +++ b/initrd/init @@ -19,5 +19,15 @@ do set y (y + 20) while (y < 270) -line 80 250 380 90 511 +#line 80 250 380 90 511 +set purple 511 +do + rand 219 > x + rand 379 > y + rand 219 > i + rand 379 > j + line (x + 50) (y + 50) (i + 50) (j + 50) purple + delay 1000 + set purple (purple + 11) +while (1) -- cgit v1.2.3