# ================================================================== # # nice colourful img # confree $CFDG/bats_hiding_in_foliage.cfdg # ================================================================== #

startshape INIT background {hue 270 saturation 1 b -.85}

rule INIT {

B {r -90}

}

rule B {

CIRCLE {hue 22 saturation .75}
B {y .8 r -20 s .5}
B {y -.8 r 20 s .5 hue 10}
B {x .8 r 50 s .5}
B {x -.8 r -50 s .5 b .4}

}