0

how can i create a new layer, that represents another layer i already have on the screen, just in a different position&scale?

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.

Alon Amir
  • 4,913
  • 9
  • 47
  • 86

1 Answers1

1

Someone answered my post on the cocos2d forums.
it can be done using the CCRenderTexture class.

Alon Amir
  • 4,913
  • 9
  • 47
  • 86