Hi all,
Im trying to resize a cclayer, or rather restrict it's size to, say, a 56x56 box. I'm upgrading a game from a previous version of cocos2d, and being able to do this would make my dual (and soon to be quad) joystick implementation much less of a headache - I can stick them in different layers.
I'm hoping this is possible, since layers are CCNodes, I'm just not sure how to do it and can't find anything by searching.
Any suggestions?
Thanks