From a35cef5c435237a6f133d32c574ba9e6bd93ee2c Mon Sep 17 00:00:00 2001 From: sejo Date: Sun, 27 Mar 2022 21:33:55 -0600 Subject: [PATCH] translation link between uxn tutorial appendix a --- src/tutorial_de_uxn_apéndice_a.gmo | 2 +- src/uxn_tutorial_appendix_a.gmo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tutorial_de_uxn_apéndice_a.gmo b/src/tutorial_de_uxn_apéndice_a.gmo index 85b01a2..f115b2b 100644 --- a/src/tutorial_de_uxn_apéndice_a.gmo +++ b/src/tutorial_de_uxn_apéndice_a.gmo @@ -1,5 +1,5 @@ # tutorial uxn apéndice a: repetir un tile dentro de un rectángulo - +lang=es en->{uxn_tutorial_appendix_a} en la primera parte del {tutorial de uxn día 6} hablamos de cómo cubrir el fondo de la pantalla con un tile dado. aquí generalizaremos un procedimiento similar en una subrutina dibuja-tiles que dibuje un rectángulo relleno con un tile dado. recibirá las coordenadas x,y de la esquina superior izquierda del rectángulo, su anchura y altura en píxeles y la dirección del tile: diff --git a/src/uxn_tutorial_appendix_a.gmo b/src/uxn_tutorial_appendix_a.gmo index a505f6f..60934ce 100644 --- a/src/uxn_tutorial_appendix_a.gmo +++ b/src/uxn_tutorial_appendix_a.gmo @@ -1,5 +1,5 @@ # uxn tutorial appendix a: repeating a tile inside a rectangle - +lang=en es->{tutorial de uxn apéndice a} in the first part of {uxn tutorial day 6} we discuss how to cover the background of the screen with a given tile. here we will generalize a similar procedure into a draw-tiles subroutine that draws a rectangle filled with a given tile. it will receive the x,y coordinates of the top left corner of the rectangle, its width and height in pixels, and the address of the tile: