摘要: 这些工具平常也用到,不过没有像这样整理出来,这是我在网上看到的。就记录一下。位图字体工具Bitmap Font ToolsBMFont (Windows)FonteditorGlyph DesignerHieroLabelAtlasCreator粒子编辑工具Parti... 阅读全文
posted @ 2013-06-04 22:34 00000000O 阅读(183) 评论(0) 推荐(0)
摘要: 沈大海cocos2d教程http://blog.csdn.net/sdhjob/article/category/1279156himi csdnhttp://blog.csdn.net/xiaominghimi/article/category/854459 ... 阅读全文
posted @ 2013-06-04 21:54 00000000O 阅读(140) 评论(0) 推荐(0)
摘要: 在C++中,有三种类型的循环语句:for, while, 和do...while, 但是在一般应用中作循环时, 我们可能用for和while要多一些,do...while相对不受重视。 但是,最近在读我们项目的代码时,却发现了do...while的一些十分聪明... 阅读全文
posted @ 2013-06-04 21:45 00000000O 阅读(211) 评论(0) 推荐(0)
摘要: 入口类,cocos2d::CCApplication类统一了各平台的差异AppDelegate.h#ifndef __APP_DELEGATE_H__#define __APP_DELEGATE_H__#include "cocos2d.h"class AppDel... 阅读全文
posted @ 2013-06-04 21:37 00000000O 阅读(201) 评论(0) 推荐(0)
摘要: 包含关系CCDirector->CCScene->CCLayer->CCSprite->CCAction继承关系CCObject---CCAction(动作,控制图层运动,渐变,旋转) ---CCNode---CCScene ... 阅读全文
posted @ 2013-06-04 20:49 00000000O 阅读(105) 评论(0) 推荐(0)