diff options
Diffstat (limited to 'tde-i18n-es/data/kdeedu/kturtle/tunombre.logo')
-rw-r--r-- | tde-i18n-es/data/kdeedu/kturtle/tunombre.logo | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tde-i18n-es/data/kdeedu/kturtle/tunombre.logo b/tde-i18n-es/data/kdeedu/kturtle/tunombre.logo new file mode 100644 index 00000000000..c1687123473 --- /dev/null +++ b/tde-i18n-es/data/kdeedu/kturtle/tunombre.logo @@ -0,0 +1,18 @@ +# Tu nombre x todos lados. + +restaurar +tamañolienzo 255,255 +ocultartortuga + +name = pregunta "¿Cual es tu nombre?" + +repetir 50 [ + x = aleatorio 0, 255 + y = aleatorio 0, 255 + s = aleatorio 10, 51 + + ir x, y + tamañofuente s + colorpluma x,y,s*5 + escribir name +] |