IPhone-Cocos2d: How to make a CCLayer that reflects another CCLayer
how can i create a new layer, that represents another layer i already have on the screen, just in a different position&scale?
开发者_Go百科Imagin it something like a minimap, that represents the current map the player is in, just that it is smaller, and appears on the edge of the screen and much smaller.
Someone answered my post on the cocos2d forums.
it can be done using the CCRenderTexture class.
精彩评论