My Xcode4 cannot find CCRibbon

时间秒杀一切 提交于 2020-01-03 06:38:13

问题


I installed cocos2D 2.0 beta on my Mac.

But, my Xcode4 cannot find the class of CCRibbon.

So, I look for CCRibbon in the templates, but there is no CCRibbon.

Maybe it's an unstable version I think, but I'm not sure.

How can I use CCRibbon on my Xcode?

Do I install old version of cocos2D?


回答1:


Cocos2D 2.0 beta does not include CCRibbon, but v1.x does.

I'm not aware of any plans to re-add CCRibbon. I consider it unlikely that it will be added again because it's just one of the classes that were hardly used at all, and would require rewriting the class as a shader program.



来源:https://stackoverflow.com/questions/8583780/my-xcode4-cannot-find-ccribbon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!