javierquevedo / pacman-cocos2d-ios

PacMan game for iOS written in Objective-C using the Cocos2D framework
12 stars 6 forks source link

Retina Support #1

Open javierquevedo opened 11 years ago

javierquevedo commented 11 years ago

The background and coins are not displayed correctly in retina. Add retina graphics for ghosts.

shahhardik222 commented 10 years ago

Hi

How to support this game for retina ipad. please help me

Thanks

javierquevedo commented 10 years ago

In essence all you need to do is create the assets for the retina display version (all images at x2 resolution), and use those when a retina device is available. I currently do not have time to do so, but I encourage you do to it instead. Regards.

peterkerkinni commented 10 years ago

Hello,

I am trying to run this on ipad and the pacman map level 1 only covers a fourth of the screen, do you know where in the code I have to go to fix this?

Best Regards

javierquevedo commented 10 years ago

Yes, that is because the game currently does not have retina support. What you need to do is make a new version of the map with 2X (retina) graphics, and use that when running on a retina device.