我正在尝试从TexturePacker添加图像,图像正在显示但是图像看起来像是参考图像一些部分带有另一个图像 - >
[[CCSpriteFrameCache sharedSpriteFrameCache] addSpriteFramesWithFile:@"sprites-hd.plist"];
CCSprite* lobjSprite = [CCSprite spriteWithImageNamed:@"bird.png"];
[self addChild:lobjSprite];