카테고리 없음

Cocos2d Retina 활성화 하기

KraZYeom 2012. 1. 1. 07:30
반응형
Cocos2d 1.0.1 에서는 기본적으로 Retina가 비활성화 되어 있습니다. (버젼별로 주석처리가 다른듯)

AppDelegate.m 

// // Enables High Res mode (Retina Display) on iPhone 4 and maintains low res on all other devices

// if( ! [director enableRetinaDisplay:YES] )

// CCLOG(@"Retina Display Not supported");


주석만 풀어 주면 활성화 됩니다. 
반응형