|
@@ -126,7 +126,7 @@
|
|
|
<return type="Dictionary" />
|
|
|
<param 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 an array 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 a [PackedVector2Array] that specifies the positions of each tile, [code]size[/code] contains the overall size of the whole atlas as [Vector2i].
|
|
|
</description>
|
|
|
</method>
|
|
|
<method name="merge_polygons">
|