Hello,
Sorry if this is really basic, I am new to cocos2d.
The cocos camera object has been giving me so many troubles.
In this circumstance, a picture is worth a thousand words.
http://emberapp.com/penguins/images/littlesnapper/
So I am wondering how to make that Flat. The only camera code that I have is:
[self.camera setCenterX:[player img].position.x centerY:[player img].position.y centerZ:0];
Thanks for the help. And sorry if it was already on the forums. I searched camera for help, but found nothing pertaining to my problem.