摘要:
目前笔者学习cocos2dx中,列出一些笔记。(不断学习和更新中)。CCSpriteFrameCache *cache = CCSpriteFrameCache::sharedSpriteFrameCache();cache->addSpriteFramesWithFile("images.plist", "images.png");用来处理纹理素材的缓存类CCSprite* pSprite = CCSprite::spriteWithSpriteFrameName("HelloWorld.png");pSprite->s 阅读全文