摘要:
// 创建cat精灵 CCSprite* cat = CCSprite::create("Image\\grossini.png"); //change the transform anchor point to 0,0 (optional) cat->setAnchorPoint( ccp(0,0) ); //创建 background 精灵最为背景 CCSprite* background = CCSprite::create("Image\\background.png"); // scale the image (optional) bac 阅读全文
posted @ 2014-02-23 23:57
一枚程序
阅读(1151)
评论(0)
推荐(0)

浙公网安备 33010602011771号