Hi,
I want to draw some stuff on the texture of my SpriteSheet with RenderTexture. But it does not work.
I added a initWithTexture to CCRenderTexture, to be able to draw on an existing texture.
After creating my SpriteSheet I create a RenderTexture with the texture of that sheet. Then I draw some things on it, but this does not show up on the CCSprites I create with that SpriteSheet.
Is something wrong with my approach?
- zombie