随笔分类 -  cocos2d-x

摘要:文件结构:AppDelegate.h#ifndef _APP_DELEGATE_H_#define _APP_DELEGATE_H_#include "cocos2d.h"/**@brief The cocos2d Application.The reason for implement as private inheritance is to hide some interface call by CCDirector.*/class AppDelegate : private cocos2d::CCApplication{public: AppDelegate(); . 阅读全文
posted @ 2013-11-21 18:10 needly 阅读(221) 评论(0) 推荐(0)
摘要:转至 http://blog.csdn.net/ccf19881030/article/details/9204801 写这篇博客时2D游戏引擎Cocos2d-x的最新版本为2.1.4,记得很久以前使用博客园博主子龙山人的一篇博文《Cocos2d-x win7+vs2010配置图文详解(亲测)》成功配置过cocos2d-1.01-x-0.9.1版本,链接为:Cocos2d-x win7 + vs2010 配置图文详解(亲测)-来自子龙山人的博客,他写的博客图文并茂,很是详细。现在想要使用最新版本cocos2d-x-2.1.4,于是需要把之前安装到VS2010中cocos2d-1.01-x-0. 阅读全文
posted @ 2013-11-16 00:21 needly 阅读(290) 评论(0) 推荐(0)