
cocos2d-iphone学习流水
文章平均质量分 61
potmmoon
我一定要做一款很酷的游戏
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
3-21 为cocos2d工程开启arc
1、Build the cocos2d code as a static Library cocos2d may be compatible with ARC,but the cocos2d source code is not compliant with ARC.The best way to do this is to build the cocos2d code as a s原创 2013-03-21 14:59:37 · 918 阅读 · 0 评论 -
cocos2d 横竖屏幕 适配ios6
升级到cocos2d 2.1版本后 对于横竖屏幕的问题解决比较容易@implementation MyNavigationController// The available orientations should be defined in the Info.plist file.// And in iOS 6+ only, you can override it in the R原创 2013-04-30 17:05:21 · 990 阅读 · 0 评论 -
cocos2d 离线文档的生成
1 安装brew 并获取mac下的wget 命令http://snowolf.iteye.com/blog/7743122 http://www.tfan.org/integrating-cocos2d-api-documents-into-xcode/转载 2013-05-17 14:57:32 · 540 阅读 · 0 评论