资源简介
关于cocos2d-x的小游戏 分享一下
代码片段和文件信息
#include “AboutScene.h“
#include “HelloWorldScene.h“
using namespace cocos2d;
cocos2d::CCScene* AboutScene::scene()
{
CCScene * scene = NULL;
do
{
// ‘scene‘ is an autorelease object
scene = CCScene::create();
CC_BREAK_IF(! scene);
// ‘layer‘ is an autorelease object
AboutScene* layer = AboutScene::create();
CC_BREAK_IF(! layer);
// add layer as a child to scene
scene->addChild(layer);
} while (0);
// return the scene
return scene;
}
bool AboutScene::init()
{
bool bRet = false;
do
{
std::string titleStr = “Go!Fish!Go!\n For Cocos2d-x\n All the resources come \nfrom the network\n\n Author:northroom\n Email:northroom1@gmail.com “;
CCLabelTTF* pLable = CCLabelTTF::create(titleStr.c_str() “Thonburi“ 30);
CC_BREAK_IF(!pLable);
pLable->setColor(ccBLUE);
CCSize winSize = CCDirector::sharedDirector()->getWinSize();
//pLable->setAnchorPoint(ccp(01));
pLable->setPosition(ccp(winSize.width/2winSize.height/2));
this->addChild(pLable1);
std::string str;
str=“Back“;
CCMenuItemFont* backMenu = CCMenuItemFont::create(str.c_str()thismenu_selector(AboutScene::backCallback));
CCMenu* mn = CCMenu::create(backMenuNULL);
mn->setPosition(ccp(00));
backMenu->setAnchorPoint(ccp(10));
backMenu->setPosition(ccp(winSize.width0));
this->addChild(mn1);
bRet = true;
} while (0);
return(bRet);
}
void AboutScene::backCallback(cocos2d::CCobject* pSender)
{
CCScene * scene=HelloWorld::scene();
CCDirector::sharedDirector()->replaceScene(CCTransitionFlipX::create(1.2fscene));
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-08-13 16:04 EatFish\
文件 6148 2013-08-13 16:04 EatFish\.DS_Store
目录 0 2013-08-13 16:05 __MACOSX\
目录 0 2013-08-13 16:05 __MACOSX\EatFish\
文件 176 2013-08-13 16:04 __MACOSX\EatFish\._.DS_Store
目录 0 2013-08-13 16:05 EatFish\.git\
目录 0 2013-08-13 13:51 EatFish\.git\branches\
文件 138 2013-08-13 13:51 EatFish\.git\config
文件 73 2013-08-13 13:51 EatFish\.git\desc
文件 23 2013-08-13 13:51 EatFish\.git\HEAD
目录 0 2013-08-13 13:51 EatFish\.git\hooks\
文件 452 2013-08-13 13:51 EatFish\.git\hooks\applypatch-msg.sample
文件 896 2013-08-13 13:51 EatFish\.git\hooks\commit-msg.sample
文件 189 2013-08-13 13:51 EatFish\.git\hooks\post-update.sample
文件 398 2013-08-13 13:51 EatFish\.git\hooks\pre-applypatch.sample
文件 1704 2013-08-13 13:51 EatFish\.git\hooks\pre-commit.sample
文件 4951 2013-08-13 13:51 EatFish\.git\hooks\pre-reba
文件 1239 2013-08-13 13:51 EatFish\.git\hooks\prepare-commit-msg.sample
文件 3611 2013-08-13 13:51 EatFish\.git\hooks\update.sample
文件 70304 2013-08-13 14:56 EatFish\.git\index
目录 0 2013-08-13 13:51 EatFish\.git\info\
文件 35 2013-08-13 13:51 EatFish\.git\info\exclude
目录 0 2013-08-13 16:05 __MACOSX\EatFish\.git\
目录 0 2013-08-13 16:05 __MACOSX\EatFish\.git\info\
文件 171 2013-08-13 13:51 __MACOSX\EatFish\.git\info\._exclude
目录 0 2013-08-13 14:55 EatFish\.git\ob
目录 0 2013-08-13 14:56 EatFish\.git\ob
文件 1473 2013-08-13 13:51 EatFish\.git\ob
文件 14646 2013-08-13 14:56 EatFish\.git\ob
目录 0 2013-08-13 13:51 EatFish\.git\ob
文件 8317 2013-08-13 13:51 EatFish\.git\ob
............此处省略2194个文件信息
- 上一篇:BILOG-MG (Version 3.0)
- 下一篇:ICEM 中文教程
相关资源
- cocos2d-x飞机大战项目
- Cocos2d-x开发游戏的坐标系知识介绍
- Cocos2d-x 3.x 头像选择器功能扩展Image
- 节奏大师源码
- 炸弹人(cocos2d-x 3.2)
- Cocos2d-x 瓦片地图操作Demo-双指缩放、
- cocos2d-x游戏源码236061
- cocos2d-x 别踩白块源码
- Cocos2d-x《大抗战》塔防射击游戏源代
- 基于cocos开发的飞机大战含素材资源
- 迷失航线-Cocos2d-x项目实战-射击类游戏
- BulletWar游戏源码coco2d-x开发 lua
- cocos2d-x塔防实现
- cocos2d-x游戏开发系列教程-坦克大战游
- cocos2d-x 2048小游戏源码+素材
- 坦克大战 类和图片资源
- 游戏:猫狗大作战
- Cocos2d-x滑雪游戏源码.zip
- cocos2d-x完整RPG游戏源代码(配套资源
- 用Cocos2d-x编写大富翁游戏源码,可联
- 植物大战僵尸源码
- TowerDefense cocos2d-x
- Cocos2d-x3.2塔防游戏源代码
- 格斗横版过关类手游cocos2d-x lua源码
- Cocos Studio 创建帧动画
- 使用Cocos2d-X开发中国象棋
- Cocos2d-x时钟
- Cocos2d-x之Lua核心编程_PDF 高清 带索引
- Cocos2d-x高级开发教程:制作自己的《
- cocos2d-x半即时战斗rpg游戏demo源码
评论
共有 条评论