A MenuItemSprite has three instance variables:
CocosNode<CocosNodeRGBA> *normalImage_, *selectedImage_, *disabledImage_;
I only want to scale this buttonimages, without any labels or other child nodes in the item, but it doesn't work. I tried something like:
[self.normalImage setScaleX:scaleX];
Anyone has an idea? What do I wrong?