射击小游戏一01(子弹添加添加)
摘要:
void HelloWorld::ccTouchesEnded(CCSet *touches,cocos2d::CCEvent *event){ CCTouch *touch = (CCTouch*)(touches->anyObject()); CCPoint location = touch->getLocationInView(); location = CCDirector::sharedDirector()->convertToGL(location); CCSize winSize = CCDirector::sharedDirector()->ge... 阅读全文
posted @ 2013-04-13 11:29
jack_yan
阅读(420)
评论(0)
推荐(0)