From 9b58d35185905f8334142bf4988cb784e993aea7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Nov 2011 02:23:03 -0600 Subject: Initial import of extracted KDE i18n tarballs --- tde-i18n-es/data/kdeedu/kturtle/tunombre.logo | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tde-i18n-es/data/kdeedu/kturtle/tunombre.logo (limited to 'tde-i18n-es/data/kdeedu/kturtle/tunombre.logo') 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 +] -- cgit v1.2.1