summaryrefslogtreecommitdiffstats
path: root/tde-i18n-es/data/kdeedu/kturtle/tunombre.logo
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-es/data/kdeedu/kturtle/tunombre.logo')
-rw-r--r--tde-i18n-es/data/kdeedu/kturtle/tunombre.logo18
1 files changed, 0 insertions, 18 deletions
diff --git a/tde-i18n-es/data/kdeedu/kturtle/tunombre.logo b/tde-i18n-es/data/kdeedu/kturtle/tunombre.logo
deleted file mode 100644
index c1687123473..00000000000
--- a/tde-i18n-es/data/kdeedu/kturtle/tunombre.logo
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-]