解决Cocos2d点击电源键后游戏纹理失效

前端之家收集整理的这篇文章主要介绍了解决Cocos2d点击电源键后游戏纹理失效前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
<activity android:name="org.cocos2dx.lua.AppActivity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:configChanges="orientation"> <!-- android:configChanges="orientation" --> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> <intent-filter> <data android:scheme="matrix"/> <data android:scheme="http" android:host="m.q1.com" android:path=""></data> </intent-filter> </activity> 原文链接:https://www.f2er.com/cocos2dx/340617.html

猜你在找的Cocos2d-x相关文章