开发者

How to Set color in CCMenuItem in cocos2d Iphone?

开发者 https://www.devze.com 2023-03-30 00:13 出处:网络
I want to set the Background color of CCM开发者_如何学PythonenuItem in Cocos2d Iphone ? what should we dofor that ?You could create a new CCSprite with a black texture (programmatically)

I want to set the Background color of CCM开发者_如何学PythonenuItem in Cocos2d Iphone ?

what should we do for that ?


You could create a new CCSprite with a black texture (programmatically)

and than add that to the ccmenuitem.

0

精彩评论

暂无评论...
验证码 换一张
取 消