cocos2d-x3.1.1中android中设置横屏和竖屏
时间:2014-09-25 21:30:39
收藏:0
阅读:360
在项目中的proj.android的AndroidManifest.xml文件中,修改一下信息就ok了,比较简单!!!
screenOrientation="landscape" 为横屏,
screenOrientation="portrait"为竖屏
原文:http://blog.csdn.net/wxq_wuxingquan/article/details/39558155
评论(0)