I have a cocos2d (cocos2d v1.1.0-beta2b) ipad game which has graphic files of 1024x768.
Therefore i don't enable [director enableRetinaDisplay:YES].
The game looks great on non retina ipads with very crisp graphics but looks blurred on ipad retina.
When i open the same 1024x768 images that are displayed in the game simply in the photos app, they look great on the ipad retina too.
What am i missing here? What should i do in the code to make them crisp in the cocos2d game too?
Thanks