I have an SKShapeNode which is supposed to be a paddle in a breakout-style game which I would like to scale in width by some factor.
It looks like this:
After I run
[SKAction scaleXBy:3.f / 2.f y:1.0 duration:1.0],
it looks like this (ignore the other grey brick in the corner, that's just another paddle):
The problem is that the triangles on the side are no longer 45-45-90.