我的應用程序崩潰,當我嘗試在它與CCSprite
添加一個圖層。
下面是一些代碼,我用:iPhone:應用程序崩潰時我加層
CCLayer *layerPause = [CCLayer node];
CCSprite *spriteBackgroundPause = [[CCSprite alloc] initWithFile:@"BackgroundMenu.jpg"];
[layerPause addChild:spriteBackgroundPause];
[self addChild:layerPause z:27];
下面是圖片也:
嘿感謝了很多。它現在有效。 – Rendel