diff options
Diffstat (limited to 'tde-i18n-sl/data/tdeedu/kturtle/example1.logo')
-rw-r--r-- | tde-i18n-sl/data/tdeedu/kturtle/example1.logo | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tde-i18n-sl/data/tdeedu/kturtle/example1.logo b/tde-i18n-sl/data/tdeedu/kturtle/example1.logo new file mode 100644 index 00000000000..8559325616c --- /dev/null +++ b/tde-i18n-sl/data/tdeedu/kturtle/example1.logo @@ -0,0 +1,20 @@ +velikostplatna 200,200 +barvaplatna 0,0,0 +barvapisala 255,0,0 +širinapisala 5 +počisti + +pojdi 20,20 +smer 135 + +naprej 200 +obrnilevo 135 +naprej 100 +obrnilevo 135 +naprej 141 +obrnilevo 135 +naprej 100 +obrnilevo 45 + +pojdi 40, 100 + |