Revision: 28986
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 18, 2010 03:15 by bebroll
Initial Code
// Obtain the shared director in order to... CCDirector *director = [CCDirector sharedDirector]; // Enables High Res mode if ([UIScreen instancesRespondToSelector:@selector(scale)]) { [director setContentScaleFactor:[[UIScreen mainScreen] scale]]; }
Initial URL
Initial Description
Initial Title
Init cocos2d's contentScale
Initial Tags
iphone
Initial Language
Objective C