CCSpriteFrameCache* frameCache=;
;
if ((self = ))
{
NSMutableArray* frames = ;
for (int i=0; i<32; i++)
{
NSString* file = ;
CCSpriteFrame* frame=;
;
}
CCAnimation* anim = ;
CCAnimate* animate = ;
CCRepeatForever* repeat = ;
;
;
}
以上是我精灵的代码
Scene中的代码
CGSize screenSize = winSize];
Fish* fish = ;
fish.position = CGPointMake(screenSize.width / 2,screenSize.height/ 2);
可我的精灵没有在屏幕上显示