diff --git a/HISTORY.md b/HISTORY.md index f2a41da57..2c2a62484 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,7 @@ ### 2024-08-16 * German translation update for tiles library +* tiles library update: new "render" block, German translation update for upvar names ## 10.0.3: * **Notable Changes:** diff --git a/libraries/tiles_module.xml b/libraries/tiles_module.xml index 835d7fa32..3c1377fc4 100644 --- a/libraries/tiles_module.xml +++ b/libraries/tiles_module.xml @@ -1 +1 @@ -Divide the stage into a grid of square regions with the given side length and perform an action at the center of each.
de:für jede Kachel der Größe _ _ 20
Divide the stage into a grid of same-sized rectangles specified by the number of columns and rows and perform an action at the center of each.
de:für jede Zelle _ im Raster _ _ zu _ _ _ 2015
\ No newline at end of file +Divide the stage into a grid of square regions with the given side length and perform an action at the center of each.
de:für jede Kachel der Größe _ _ 20
Divide the stage into a grid of same-sized rectangles specified by the number of columns and rows and perform an action at the center of each.
de:für jede _ im Raster _ _ zu _ _ _ $_tile20$_column15$_row
Divide the stage into a grid of square regions matching the dimensions of the given table and perform an action at the center of each.
de:für jede _ in Tabelle _ _ $_cell
\ No newline at end of file