我正在尝试通过更改文件来做到这一点
游戏配置.h:
#define GAME_AUTOROTATION kGameAutorotationNone
和应用委托:
//#if GAME_AUTOROTATION == kGameAutorotationUIViewController
[director setDeviceOrientation:kCCDeviceOrientationPortrait];
//#else
//[director setDeviceOrientation:kCCDeviceOrientationLandscapeLeft];
//#endif
应用程序切换到纵向模式,但 Box2d 的身体迫使重力向右