diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-07-27 15:55:38 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-07-27 16:03:34 +0200 |
commit | 4e9640b3ec2bea8e659607137ea87f40c2a7e498 (patch) | |
tree | a99df9b7bed3cfb79e2e2ead826d74253d1a88c9 /doc/classes/Geometry2D.xml | |
parent | d5f8ecd54e464dd0b034cdb3f4d9fde889e16c58 (diff) | |
download | redot-engine-4e9640b3ec2bea8e659607137ea87f40c2a7e498.tar.gz |
i18n: Sync classref translations with Weblate
(cherry picked from commit 516d6b6bad68d506391a4262ba40cbceeea8be22)
Diffstat (limited to 'doc/classes/Geometry2D.xml')
-rw-r--r-- | doc/classes/Geometry2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Geometry2D.xml b/doc/classes/Geometry2D.xml index b84e221d1c..195c481187 100644 --- a/doc/classes/Geometry2D.xml +++ b/doc/classes/Geometry2D.xml @@ -126,7 +126,7 @@ <return type="Dictionary" /> <argument index="0" name="sizes" type="PackedVector2Array" /> <description> - Given an array of [Vector2]s representing tiles, builds an atlas. The returned dictionary has two keys: [code]points[/code] is a vector of [Vector2] that specifies the positions of each tile, [code]size[/code] contains the overall size of the whole atlas as [Vector2]. + Given an array of [Vector2]s representing tiles, builds an atlas. The returned dictionary has two keys: [code]points[/code] is an array of [Vector2] that specifies the positions of each tile, [code]size[/code] contains the overall size of the whole atlas as [Vector2]. </description> </method> <method name="merge_polygons"> |