I\'ve tried
[[CCTextureCache sharedTextureCache] addImage: @\"still.png\"];
But I always end up with a distorted image for some reason. It\'s m
In Cocos2d-x v3, you can use my_sprite->setTexture(sprite_path);
my_sprite->setTexture(sprite_path);