https://docs.coronalabs.com/api/type/DisplayObject/scale.html
Effectively multiplies the size of a display object by
xScale
andyScale
respectively. The scaling occurs around the object’s anchor point.`
mapGroup.achorX = 0.5
mapGroup.achorY = 0.5
mapGroup:scale(1.1, 1.1)
Everything is shifted down and to the right, as if the anchor was at the top left. Am I doing something wrong or is the wiki telling lies to me?
(haha)