Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CFDG 0.27 KB | None | 0 0
  1. background { a -1 }
  2. startshape init
  3.  
  4. rule init{
  5.     four{ sat 1 b .8 }
  6. }
  7.  
  8. rule four{
  9.     SQUARE{}
  10.     four{s .4 y .333 x -.333 b .8 hue 10}
  11.     four{s .4 y .333 x .333 b .8 hue 10}
  12.     four{s .4 y -.333 x -.333 b .8 hue 10}
  13.     four{s .4 y -.333 x .333 b .8 hue 10}
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement