发布时间:2013-01-06 17:13:44
点击(此处)折叠或打开 bool Loading::init() { bool bRet = false; //Parent class initialization if ( !CCLayer::init() ) { return false; } do { //add background sprite picture; CCSprite *background=CCSprite::create("facade.png"); CCSize size = background->getContentSize(); ......【阅读全文】