将CCSpriteSheet更改为CCSpriteBatchNode

时间:2013-06-23 05:26:07

标签: cocos2d-iphone

我尝试将CCSpriteSheet更改为CCSpriteBatchNode,因为它已弃用。

在:

ss = [[CCSpriteSheet alloc] initWithFile:spriteFile capacity:frameCount];

后:

ss = [[CCSpriteBatchNode alloc] initWithFile:spriteFile capacity:frameCount];

我收到以下警告:

  

从'CCSpriteBatchNode *'

分配给'CCSpriteSheetInternalOnly *'的指针类型不兼容

我对此很陌生,并且有一种感觉我错过了一些明显的东西。

0 个答案:

没有答案