translation link between uxn tutorial appendix a

This commit is contained in:
sejo 2022-03-27 21:33:55 -06:00
parent e0a9f1473b
commit a35cef5c43
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: