Very easy:
in ccFileUtils.m search for
+(NSString*) getDoubleResolutionImage:(NSString*)pathand change the line
if( CC_CONTENT_SCALE_FACTOR() == 2)for the line
if( CC_CONTENT_SCALE_FACTOR() == 2 || (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad))Activate the retina in the appdelegate and DONE!
1418

被折叠的 条评论
为什么被折叠?



