How can I create a custom button in cocos2d with custom label in it ?
- by srikanth rongali
I need to create a button. And it should have a label on it. I need to write selectors for the button. I tried with CCMenuFont, but I could not add custom label on it or I could not set the size of the button? Can we set the size of the button by using CGRectMake ?