Function GeometrySingleton.makeAtlas
Given an array of Vector2
s representing tiles, builds an atlas. The returned dictionary has two keys: points
is a vector of Vector2
that specifies the positions of each tile, size
contains the overall size of the whole atlas as Vector2
.