diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-02-22 11:14:33 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-02-22 11:14:33 -0500 |
commit | 9f61013faf98f8909e0853954218ec10c3b3c6fb (patch) | |
tree | 65def179de443aabc7d38109ef867cbb9d5ebaee /initrd | |
parent | eee1be766d35a3ab76b10fc0aeaf1bbe7a88bfbc (diff) |
things should work now
Diffstat (limited to 'initrd')
-rw-r--r-- | initrd/init | 12 |
1 files changed, 11 insertions, 1 deletions
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) |