I\'ve tried
[[CCTextureCache sharedTextureCache] addImage: @\"still.png\"];
But I always end up with a distorted image for some reason. It\'s m
I use cocos2d 3.0 and this code works for me:
[_mySprite setTexture:[CCTexture textureWithFile:@"myFile.png"]];