diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-nl/data/tdeedu/kturtle/bloem.logo | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-nl/data/tdeedu/kturtle/bloem.logo')
-rw-r--r-- | tde-i18n-nl/data/tdeedu/kturtle/bloem.logo | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tde-i18n-nl/data/tdeedu/kturtle/bloem.logo b/tde-i18n-nl/data/tdeedu/kturtle/bloem.logo new file mode 100644 index 00000000000..af2d1392271 --- /dev/null +++ b/tde-i18n-nl/data/tdeedu/kturtle/bloem.logo @@ -0,0 +1,26 @@ +# bloempje + +alsnieuw +canvasmaat 170, 170 +canvaskleur 255, 55, 140 +ganaar 45, 120 +penkleur 160, 0, 255 +pendikte 3 + +herhaal 8 [ + herhaal 4 [ + vooruit 20 + draairechts 30 + ] + herhaal 7 [ + vooruit 10 + draairechts 15 + ] + herhaal 9 [ + vooruit 3 + draairechts 10 + ] +] + +ganaar 145, 145 +richting 0 |